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 void
add(double value)
void
add(int pos, double value)
protected void
checkSize(int newSize)
void
clear()
protected void
extend()
double
get(int pos)
double[]
getArray()
protected int
getDBOrdsLimit()
int
size()
-
-
-
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()
-
-