org.geotools.data.wfs
Class WFSFeatureSource.WFSFeatureResults

java.lang.Object
  extended by DefaultFeatureResults
      extended by org.geotools.data.wfs.WFSFeatureSource.WFSFeatureResults
Enclosing class:
WFSFeatureSource

public static class WFSFeatureSource.WFSFeatureResults
extends DefaultFeatureResults

Author:
dzwiers

Constructor Summary
WFSFeatureSource.WFSFeatureResults(WFSFeatureSource fs, Query query)
           
 
Method Summary
 ReferencedEnvelope getBounds()
           
 int getCount()
           
 FeatureType getSchema()
           
 FeatureReader reader()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WFSFeatureSource.WFSFeatureResults

public WFSFeatureSource.WFSFeatureResults(WFSFeatureSource fs,
                                          Query query)
                                   throws IOException
Parameters:
fs -
query -
Throws:
IOException
Method Detail

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()