Package org.geotools.data.wfs.internal
Class ComplexGetFeatureResponse
- Object
- 
- Response
- 
- WFSResponse
- 
- ComplexGetFeatureResponse
 
 
 
- 
 public class ComplexGetFeatureResponse extends WFSResponse GetFeature response for feature's that isn't treated as SimpleFeatureType.Created when calling WFSClient.issueComplexRequest(GetFeatureRequest).- Author:
- Roar Brænden
 
- 
- 
Field Summary- 
Fields inherited from class ResponsehttpResponse
 
- 
 - 
Constructor SummaryConstructors Constructor Description ComplexGetFeatureResponse(WFSRequest originatingRequest, HTTPResponse httpResponse, XmlComplexFeatureParser parser)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description FeatureIterator<Feature>features()Should only be called once.XmlComplexFeatureParsergetParser()The parser that will be used to extract features from the http response.- 
Methods inherited from class WFSResponsegetCharacterEncoding, getContentType, getOriginatingRequest, getQueryType, getRemoteTypeName, setQueryType, setRemoteTypeName, toString
 - 
Methods inherited from class Responsedispose, getInputStream, parseException
 
- 
 
- 
- 
- 
Constructor Detail- 
ComplexGetFeatureResponsepublic ComplexGetFeatureResponse(WFSRequest originatingRequest, HTTPResponse httpResponse, XmlComplexFeatureParser parser) throws ServiceException, IOException - Throws:
- ServiceException
- IOException
 
 
- 
 - 
Method Detail- 
getParserpublic XmlComplexFeatureParser getParser() The parser that will be used to extract features from the http response.Should only be called before calling features()
 - 
featurespublic FeatureIterator<Feature> features() Should only be called once. CallFeatureIterator.close()after use.
 
- 
 
-