Package org.geotools.data.wfs.internal
Class GetFeatureResponse
Object
Response
WFSResponse
GetFeatureResponse
-
Field Summary
Fields inherited from class Response
httpResponse
-
Constructor Summary
ConstructorsConstructorDescriptionGetFeatureResponse
(WFSRequest originatingRequest, HTTPResponse httpResponse, GetParser<SimpleFeature> features) -
Method Summary
Modifier and TypeMethodDescriptiongetFeatures
(GeometryFactory geometryFactory) 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 Details
-
GetFeatureResponse
public GetFeatureResponse(WFSRequest originatingRequest, HTTPResponse httpResponse, GetParser<SimpleFeature> features) throws ServiceException, IOException - Throws:
ServiceException
IOException
-
-
Method Details
-
getFeatures
-
getFeatures
-
getSimpleFeatures
-