|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WFS_1_1_0_DataStore | |
---|---|
org.geotools.data.wfs.protocol.wfs | |
org.geotools.data.wfs.v1_1_0 | |
org.geotools.data.wfs.v1_1_0.parsers |
Uses of WFS_1_1_0_DataStore in org.geotools.data.wfs.protocol.wfs |
---|
Methods in org.geotools.data.wfs.protocol.wfs with parameters of type WFS_1_1_0_DataStore | |
---|---|
WFSResponseParser |
WFSResponseParserFactory.createParser(WFS_1_1_0_DataStore wfs,
WFSResponse response)
Creates a response parser for the given WFS response. |
Object |
WFSResponseParser.parse(WFS_1_1_0_DataStore wfs,
WFSResponse response)
Produces a parsed object from the WFS response stream. |
static Object |
WFSExtensions.process(WFS_1_1_0_DataStore wfs,
WFSResponse response,
Map<String,String> mappedURIs)
Processes the result of a WFS operation and returns the parsed object. |
Uses of WFS_1_1_0_DataStore in org.geotools.data.wfs.v1_1_0 |
---|
Constructors in org.geotools.data.wfs.v1_1_0 with parameters of type WFS_1_1_0_DataStore | |
---|---|
WFSFeatureSource(WFS_1_1_0_DataStore dataStore,
String typeName)
|
Uses of WFS_1_1_0_DataStore in org.geotools.data.wfs.v1_1_0.parsers |
---|
Methods in org.geotools.data.wfs.v1_1_0.parsers with parameters of type WFS_1_1_0_DataStore | |
---|---|
WFSResponseParser |
GmlAbstractGetFeatureResponseParserFactory.createParser(WFS_1_1_0_DataStore wfs,
WFSResponse response)
Returns either a FeatureCollectionParser or an ExceptionReportParser
depending on what the server returned. |
Object |
DescribeFeatureTypeParser.parse(WFS_1_1_0_DataStore wfs,
WFSResponse response)
|
Object |
ExceptionReportParser.parse(WFS_1_1_0_DataStore wfs,
WFSResponse response)
|
Object |
FeatureCollectionParser.parse(WFS_1_1_0_DataStore wfs,
WFSResponse response)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |