|
|||||||||||
| 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.WFSFeatureReader
DOCUMENT ME!
| Nested Class Summary |
| Nested classes inherited from class org.geotools.xml.gml.FCBuffer |
FCBuffer.StopException |
| 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,
FeatureType ft)
|
static FeatureReader |
getFeatureReader(java.net.URI document,
int capacity,
int timeout,
WFSTransactionState transaction,
FeatureType ft)
|
boolean |
hasNext()
Query whether this FeatureReader has another Feature. |
Feature |
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, getSize, getTimeout, peek |
| Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, 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 getFeatureReader(java.net.URI document,
int capacity,
int timeout,
WFSTransactionState transaction,
FeatureType 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,
FeatureType ft)
throws org.xml.sax.SAXException
is - capacity - timeout - transaction - ft -
org.xml.sax.SAXExceptionpublic void run()
run in interface java.lang.Runnablerun in class FCBufferRunnable.run()
public boolean hasNext()
throws java.io.IOException
FeatureReader
hasNext in interface FeatureReaderhasNext in class FCBufferjava.io.IOExceptionFeatureReader.hasNext()
public Feature next()
throws java.io.IOException,
java.util.NoSuchElementException
FeatureReader
next in interface FeatureReadernext in class FCBufferjava.io.IOException
java.util.NoSuchElementExceptionFeatureReader.next()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||