Oracle® Spatial Java API Reference
10g Release 2 (10.2)

B14373-01


oracle.spatial.util
Class WKBasis.VectorOfDouble

java.lang.Object
  extended byoracle.spatial.util.WKBasis.VectorOfDouble

Enclosing class:
WKBasis

protected class WKBasis.VectorOfDouble
extends java.lang.Object

Field Summary
protected int m_size
protected double[] m_values

Constructor Summary
WKBasis.VectorOfDouble()

Method Summary
void add(double value)
void clear()
protected void extend()
double get(int pos)
double[] getArray()
int size()

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Detail

m_values

protected double[] m_values

m_size

protected int m_size

Constructor Detail

WKBasis.VectorOfDouble

public WKBasis.VectorOfDouble()

Method Detail

add

public void add(double value)

get

public double get(int pos)

size

public int size()

clear

public void clear()

extend

protected void extend()

getArray

public double[] getArray()

Oracle® Spatial Java API Reference
10g Release 2 (10.2)

B14373-01


Copyright © 2005, Oracle. All Rights Reserved.