| java.util.AbstractList org.geotools.data.oracle.sdo.AttributeList
AttributeList | public class AttributeList 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 |
AttributeList | public AttributeList(Object array, int offset, int len)(Code) | | |
AttributeList | public AttributeList(Object 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)
|
|
|