| java.util.AbstractList org.geotools.data.oracle.sdo.OrdinateList
OrdinateList | public class OrdinateList extends AbstractList (Code) | | Used to provide a List API of an ordinate array.
Insertions are not supported
See Also: net.refractions.jspatial.jts author: jgarnett, Refractions Reasearch Inc. version: CVS Version |
Constructor Summary | |
public | OrdinateList(double array) | public | OrdinateList(double array, int offset, int len) | public | OrdinateList(double array, int offset, int len, int start, int end) |
Method Summary | |
public Object | get(int index) Used to grab value from array. | public double | getDouble(int index) | public int | size() Used to
Description of size. | public double[] | toDoubleArray() |
OrdinateList | public OrdinateList(double array)(Code) | | |
OrdinateList | public OrdinateList(double array, int offset, int len)(Code) | | |
OrdinateList | public OrdinateList(double array, int offset, int len, int start, int end)(Code) | | |
getDouble | public double getDouble(int index)(Code) | | Quick double access
|
toDoubleArray | public double[] toDoubleArray()(Code) | | |
Fields inherited from java.util.AbstractList | protected transient int modCount(Code)(Java Doc)
|
|
|