Uses of Class
org.geotools.data.wfs.internal.WFSClient
- 
Packages that use WFSClient Package Description org.geotools.data.wfs org.geotools.data.wfs.impl org.geotools.data.wfs.internal 
- 
- 
Uses of WFSClient in org.geotools.data.wfsMethods in org.geotools.data.wfs that return WFSClient Modifier and Type Method Description WFSClientWFSDataStore. getWfsClient()Constructors in org.geotools.data.wfs with parameters of type WFSClient Constructor Description WFSDataStore(WFSClient client)WFSStoredQueryFeatureSource(ContentEntry entry, WFSClient client, StoredQueryDescriptionType desc)
- 
Uses of WFSClient in org.geotools.data.wfs.implMethods in org.geotools.data.wfs.impl that return WFSClient Modifier and Type Method Description protected WFSClientWFSDataAccessFactory. getWFSClient(Map<String,?> params)Constructors in org.geotools.data.wfs.impl with parameters of type WFSClient Constructor Description WFSContentComplexFeatureSource(Name typeName, WFSClient client, WFSContentDataAccess dataAccess)Initialises a new instance of the class WFSContentComplexFeatureSource.WFSContentDataAccess(WFSClient client)The WFS capabilities document.
- 
Uses of WFSClient in org.geotools.data.wfs.internalConstructors in org.geotools.data.wfs.internal with parameters of type WFSClient Constructor Description WFSContentComplexFeatureCollection(GetFeatureRequest request, FeatureType schema, QName name, Filter filter, WFSClient client)Making a feature collection based on a request for a type with a filter.WFSContentComplexFeatureCollection(GetFeatureRequest request, FeatureType schema, QName name, WFSClient client)Making a feature collection based on a request for a type without any filter.
 
-