Uses of Class
org.geotools.data.wfs.WFSDataStore
-
Packages that use WFSDataStore Package Description org.geotools.data.wfs -
-
Uses of WFSDataStore in org.geotools.data.wfs
Methods in org.geotools.data.wfs that return WFSDataStore Modifier and Type Method Description WFSDataStore
WFSDataStoreFactory. createDataStore(Map<String,?> params)
Requests the WFS Capabilities document from theurl
parameter inparams
and returns aWFSDataStore
according to the version of the GetCapabilities document returned.
-