org.geotools.data.wfs
Class WFSFeatureSource.WFSFeatureResults
java.lang.Object
DefaultFeatureResults
org.geotools.data.wfs.WFSFeatureSource.WFSFeatureResults
- Enclosing class:
- WFSFeatureSource
public static class WFSFeatureSource.WFSFeatureResults
- extends DefaultFeatureResults
- Author:
- dzwiers
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WFSFeatureSource.WFSFeatureResults
public WFSFeatureSource.WFSFeatureResults(WFSFeatureSource fs,
Query query)
throws IOException
- Parameters:
fs
- query
-
- Throws:
IOException
getSchema
public FeatureType getSchema()
- See Also:
org.geotools.data.FeatureResults#getSchema()
reader
public FeatureReader reader()
throws IOException
- Throws:
IOException
- See Also:
org.geotools.data.FeatureResults#reader()
getBounds
public ReferencedEnvelope getBounds()
- See Also:
org.geotools.data.FeatureResults#getBounds()
getCount
public int getCount()
throws IOException
- Throws:
IOException
- See Also:
org.geotools.data.FeatureResults#getCount()