Uses of Class
org.geotools.data.wfs.internal.parsers.XmlComplexFeatureParser
-
Packages that use XmlComplexFeatureParser Package Description org.geotools.data.wfs.internal -
-
Uses of XmlComplexFeatureParser in org.geotools.data.wfs.internal
Methods in org.geotools.data.wfs.internal that return XmlComplexFeatureParser Modifier and Type Method Description XmlComplexFeatureParser
ComplexGetFeatureResponse. getParser()
The parser that will be used to extract features from the http response.Constructors in org.geotools.data.wfs.internal with parameters of type XmlComplexFeatureParser Constructor Description ComplexFeatureIteratorImpl(XmlComplexFeatureParser parser)
Initialises a new instance of ComplexFeatureIteratorImpl.ComplexGetFeatureResponse(WFSRequest originatingRequest, HTTPResponse httpResponse, XmlComplexFeatureParser parser)
-