|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.data.property.PropertyFeatureReader
public class PropertyFeatureReader
DOCUMENT ME!
Constructor Summary | |
---|---|
PropertyFeatureReader(java.io.File directory,
java.lang.String typeName)
Creates a new PropertyFeatureReader object. |
Method Summary | |
---|---|
void |
close()
DOCUMENT ME! |
org.opengis.feature.simple.SimpleFeatureType |
getFeatureType()
DOCUMENT ME! |
boolean |
hasNext()
DOCUMENT ME! |
org.opengis.feature.simple.SimpleFeature |
next()
DOCUMENT ME! |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyFeatureReader(java.io.File directory, java.lang.String typeName) throws java.io.IOException
directory
- DOCUMENT ME!typeName
- DOCUMENT ME!
java.io.IOException
- DOCUMENT ME!Method Detail |
---|
public org.opengis.feature.simple.SimpleFeatureType getFeatureType()
getFeatureType
in interface FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature>
public org.opengis.feature.simple.SimpleFeature next() throws java.io.IOException, IllegalAttributeException, java.util.NoSuchElementException
next
in interface FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature>
java.io.IOException
- DOCUMENT ME!
IllegalAttributeException
- DOCUMENT ME!
java.util.NoSuchElementException
- DOCUMENT ME!public boolean hasNext() throws java.io.IOException
hasNext
in interface FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature>
java.io.IOException
- DOCUMENT ME!public void close() throws java.io.IOException
close
in interface FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature>
java.io.IOException
- DOCUMENT ME!
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |