protected class WKBasis.VectorOfDouble
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
m_limit |
protected int |
m_size |
protected double[] |
m_values |
Constructor and Description |
---|
VectorOfDouble() |
Modifier and Type | Method and Description |
---|---|
void |
add(double value) |
void |
add(int pos,
double value) |
protected void |
checkSize() |
void |
clear() |
protected void |
extend() |
double |
get(int pos) |
double[] |
getArray() |
int |
size() |
protected double[] m_values
protected int m_size
protected int m_limit
public void add(double value) throws GeometryExceptionWithContext
GeometryExceptionWithContext
public void add(int pos, double value) throws GeometryExceptionWithContext
GeometryExceptionWithContext
public double get(int pos)
public int size()
public void clear()
protected void checkSize() throws GeometryExceptionWithContext
GeometryExceptionWithContext
protected void extend()
public double[] getArray()