org.geotools.data.oracle.sdo
Class AttributeList
java.lang.Object
java.util.AbstractCollection
java.util.AbstractList
org.geotools.data.oracle.sdo.AttributeList
- All Implemented Interfaces:
- java.util.Collection, java.util.List
- public class AttributeList
- extends java.util.AbstractList
Used to provide a List API of an ordinate array.
Insertions are not supported
- Version:
- CVS Version
- Author:
- jgarnett, Refractions Reasearch Inc.
- See Also:
net.refractions.jspatial.jts
Fields inherited from class java.util.AbstractList |
modCount |
Constructor Summary |
AttributeList(java.lang.Object array)
|
AttributeList(java.lang.Object array,
int offset,
int len)
|
AttributeList(java.lang.Object array,
int offset,
int len,
int start,
int end)
|
Method Summary |
java.lang.Object |
get(int index)
Used to grab value from array.
|
double |
getDouble(int index)
Quick double access |
java.lang.String |
getString(int index)
|
int |
size()
Used to
Description of size.
|
double[] |
toDoubleArray()
|
java.lang.Object[] |
toObjectArray()
|
Methods inherited from class java.util.AbstractList |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList |
Methods inherited from class java.util.AbstractCollection |
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.List |
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray |
AttributeList
public AttributeList(java.lang.Object array)
AttributeList
public AttributeList(java.lang.Object array,
int offset,
int len)
AttributeList
public AttributeList(java.lang.Object array,
int offset,
int len,
int start,
int end)
get
public java.lang.Object get(int index)
- Used to grab value from array.
Description of get.
- Parameters:
index
-
- Returns:
- See Also:
List.get(int)
getDouble
public double getDouble(int index)
- Quick double access
getString
public java.lang.String getString(int index)
toDoubleArray
public double[] toDoubleArray()
toObjectArray
public java.lang.Object[] toObjectArray()
size
public int size()
- Used to
Description of size.
- Returns:
- See Also:
Collection.size()
Copyright © GeoTools. All Rights Reserved.