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