|
Oracle® Spatial Java API Reference 10g Release 2 (10.2) B14373-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.spatial.util.WKBasis.VectorOfDouble
protected class WKBasis.VectorOfDouble
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 |
---|
protected double[] m_values
protected int m_size
Constructor Detail |
---|
public WKBasis.VectorOfDouble()
Method Detail |
---|
public void add(double value)
public double get(int pos)
public int size()
public void clear()
protected void extend()
public double[] getArray()
|
Oracle® Spatial Java API Reference 10g Release 2 (10.2) B14373-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |