Package org.geotools.data.wfs.internal
Class GetFeatureResponse
- Object
-
- Response
-
- WFSResponse
-
- GetFeatureResponse
-
public class GetFeatureResponse extends WFSResponse
-
-
Field Summary
-
Fields inherited from class Response
httpResponse
-
-
Constructor Summary
Constructors Constructor Description GetFeatureResponse(WFSRequest originatingRequest, HTTPResponse httpResponse, GetParser<SimpleFeature> features)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetParser<SimpleFeature>
getFeatures()
GetParser<SimpleFeature>
getFeatures(GeometryFactory geometryFactory)
GetParser<SimpleFeature>
getSimpleFeatures(GeometryFactory geometryFactory)
-
Methods inherited from class WFSResponse
getCharacterEncoding, getContentType, getOriginatingRequest, getQueryType, getRemoteTypeName, setQueryType, setRemoteTypeName, toString
-
Methods inherited from class Response
dispose, getInputStream, parseException
-
-
-
-
Constructor Detail
-
GetFeatureResponse
public GetFeatureResponse(WFSRequest originatingRequest, HTTPResponse httpResponse, GetParser<SimpleFeature> features) throws ServiceException, IOException
- Throws:
ServiceException
IOException
-
-
Method Detail
-
getFeatures
public GetParser<SimpleFeature> getFeatures()
-
getFeatures
public GetParser<SimpleFeature> getFeatures(GeometryFactory geometryFactory)
-
getSimpleFeatures
public GetParser<SimpleFeature> getSimpleFeatures(GeometryFactory geometryFactory)
-
-