|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.data.tiger.TigerAttributeReader
Title: GeoTools2 Development
Description:
Copyright: Copyright (c) 2003
Company:
Constructor Summary | |
TigerAttributeReader(java.io.File file,
java.lang.String namespace,
java.lang.String typeName)
TigerAttributeReader |
Method Summary | |
void |
close()
close |
int |
getAttributeCount()
getAttributeCount |
AttributeType |
getAttributeType(int index)
getAttributeType |
java.lang.String |
getFeatureID()
DOCUMENT ME! |
FeatureType |
getFeatureType()
getFeatureType |
boolean |
hasNext()
hasNext |
void |
next()
next |
java.lang.Object |
read(int index)
DOCUMENT ME! |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TigerAttributeReader(java.io.File file, java.lang.String namespace, java.lang.String typeName) throws java.io.IOException
file
- Filenamespace
- StringtypeName
- String
java.io.IOException
DataSourceException
- DOCUMENT ME!Method Detail |
public FeatureType getFeatureType()
public int getAttributeCount()
getAttributeCount
in interface AttributeReader
public AttributeType getAttributeType(int index) throws java.lang.ArrayIndexOutOfBoundsException
getAttributeType
in interface AttributeReader
index
- int
java.lang.ArrayIndexOutOfBoundsException
public void close() throws java.io.IOException
close
in interface AttributeReader
java.io.IOException
public boolean hasNext() throws java.io.IOException
hasNext
in interface AttributeReader
java.io.IOException
public void next() throws java.io.IOException
next
in interface AttributeReader
java.io.IOException
java.util.NoSuchElementException
- DOCUMENT ME!public java.lang.Object read(int index) throws java.io.IOException, java.lang.ArrayIndexOutOfBoundsException
read
in interface AttributeReader
index
- DOCUMENT ME!
java.io.IOException
- DOCUMENT ME!
java.lang.ArrayIndexOutOfBoundsException
- DOCUMENT ME!public java.lang.String getFeatureID()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |