|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
org.geotools.xml.gml.FCBuffer
org.geotools.data.wfs.v1_0_0.WFSFeatureReader
public class WFSFeatureReader
DOCUMENT ME!
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.geotools.xml.gml.FCBuffer |
---|
FCBuffer.StopException |
Nested classes/interfaces inherited from class java.lang.Thread |
---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
Field Summary |
---|
Fields inherited from class org.geotools.xml.gml.FCBuffer |
---|
exception, FINISH, ft, logger, state, STOP |
Fields inherited from class java.lang.Thread |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Method Summary | |
---|---|
static WFSFeatureReader |
getFeatureReader(java.io.InputStream is,
int capacity,
int timeout,
WFSTransactionState transaction,
org.opengis.feature.simple.SimpleFeatureType ft)
|
static FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
getFeatureReader(java.net.URI document,
int capacity,
int timeout,
WFSTransactionState transaction,
org.opengis.feature.simple.SimpleFeatureType ft)
|
boolean |
hasNext()
Query whether this FeatureReader has another Feature. |
protected void |
initHints(XMLHandlerHints hints)
Called before parsing the FeatureCollection. |
org.opengis.feature.simple.SimpleFeature |
next()
Reads the next Feature in the FeatureReader. |
void |
run()
|
Methods inherited from class org.geotools.xml.gml.FCBuffer |
---|
addFeature, close, getCapacity, getFeatureReader, getFeatureReader, getFeatureReader, getFeatureReader, getFeatureType, getInternalState, getSize, getTimeout, peek, resetTimer |
Methods inherited from class java.lang.Thread |
---|
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> getFeatureReader(java.net.URI document, int capacity, int timeout, WFSTransactionState transaction, org.opengis.feature.simple.SimpleFeatureType ft) throws org.xml.sax.SAXException
document
- capacity
- timeout
- transaction
- ft
-
org.xml.sax.SAXException
public static WFSFeatureReader getFeatureReader(java.io.InputStream is, int capacity, int timeout, WFSTransactionState transaction, org.opengis.feature.simple.SimpleFeatureType ft) throws org.xml.sax.SAXException
is
- capacity
- timeout
- transaction
- ft
-
org.xml.sax.SAXException
public void run()
run
in interface java.lang.Runnable
run
in class FCBuffer
Runnable.run()
protected void initHints(XMLHandlerHints hints)
FCBuffer
initHints
in class FCBuffer
public boolean hasNext() throws java.io.IOException
FeatureReader
hasNext
in interface FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature>
hasNext
in class FCBuffer
java.io.IOException
- If an error occurs determining if there are more
Features.FeatureReader.hasNext()
public org.opengis.feature.simple.SimpleFeature next() throws java.io.IOException, java.util.NoSuchElementException
FeatureReader
next
in interface FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature>
next
in class FCBuffer
java.io.IOException
- If an error occurs reading the Feature.
java.util.NoSuchElementException
- If there are no more Features in the
Reader.FeatureReader.next()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |