Package oracle.spatial.util
Class WKBasis.VectorOfDouble
- java.lang.Object
-
- oracle.spatial.util.WKBasis.VectorOfDouble
-
- Enclosing class:
- WKBasis
protected class WKBasis.VectorOfDouble extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description VectorOfDouble()VectorOfDouble(int initialLenght)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(double value)voidadd(int pos, double value)protected voidcheckSize(int newSize)voidclear()protected voidextend()doubleget(int pos)double[]getArray()protected intgetDBOrdsLimit()intsize()
-
-
-
Constructor Detail
-
VectorOfDouble
public VectorOfDouble() throws GeometryExceptionWithContext- Throws:
GeometryExceptionWithContext
-
VectorOfDouble
public VectorOfDouble(int initialLenght) throws GeometryExceptionWithContext- Throws:
GeometryExceptionWithContext
-
-
Method Detail
-
add
public void add(double value) throws GeometryExceptionWithContext- Throws:
GeometryExceptionWithContext
-
add
public void add(int pos, double value) throws GeometryExceptionWithContext- Throws:
GeometryExceptionWithContext
-
get
public double get(int pos)
-
size
public int size()
-
clear
public void clear()
-
checkSize
protected void checkSize(int newSize) throws GeometryExceptionWithContext- Throws:
GeometryExceptionWithContext
-
getDBOrdsLimit
protected int getDBOrdsLimit() throws GeometryExceptionWithContext- Throws:
GeometryExceptionWithContext
-
extend
protected void extend() throws GeometryExceptionWithContext- Throws:
GeometryExceptionWithContext
-
getArray
public double[] getArray()
-
-