|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.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.SAXException
public void run()
run
in interface java.lang.Runnable
run
in class FCBuffer
Runnable.run()
public boolean hasNext() throws java.io.IOException
FeatureReader
hasNext
in interface FeatureReader
hasNext
in class FCBuffer
java.io.IOException
FeatureReader.hasNext()
public Feature next() throws java.io.IOException, java.util.NoSuchElementException
FeatureReader
next
in interface FeatureReader
next
in class FCBuffer
java.io.IOException
java.util.NoSuchElementException
FeatureReader.next()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |