oracle.spatial.util
Class WKBasis.VectorOfInt

java.lang.Object
  extended by oracle.spatial.util.WKBasis.VectorOfInt
Enclosing class:
WKBasis

protected class WKBasis.VectorOfInt
extends java.lang.Object


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

m_values

protected int[] m_values

m_size

protected int m_size
Constructor Detail

WKBasis.VectorOfInt

public WKBasis.VectorOfInt()
Method Detail

add

public void add(int value)

get

public int get(int pos)

size

public int size()

clear

public void clear()

extend

protected void extend()

getArray

public int[] getArray()