|
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.VectorOfInt
protected class WKBasis.VectorOfInt
Field Summary | |
---|---|
protected int |
m_size |
protected int[] |
m_values |
Constructor Summary | |
---|---|
WKBasis.VectorOfInt() |
Method Summary | |
---|---|
void |
add(int value) |
void |
clear() |
protected void |
extend() |
int |
get(int pos) |
int[] |
getArray() |
int |
size() |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int[] m_values
protected int m_size
Constructor Detail |
---|
public WKBasis.VectorOfInt()
Method Detail |
---|
public void add(int value)
public int get(int pos)
public int size()
public void clear()
protected void extend()
public int[] 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 |