Uses of Class
org.geotools.data.wfs.internal.WFSClient
Packages that use WFSClient
-
Uses of WFSClient in org.geotools.data.wfs
Methods in org.geotools.data.wfs that return WFSClientConstructors in org.geotools.data.wfs with parameters of type WFSClientModifierConstructorDescriptionWFSDataStore(WFSClient client) WFSStoredQueryFeatureSource(ContentEntry entry, WFSClient client, StoredQueryDescriptionType desc) -
Uses of WFSClient in org.geotools.data.wfs.impl
Methods in org.geotools.data.wfs.impl that return WFSClientModifier and TypeMethodDescriptionprotected WFSClientWFSDataAccessFactory.getWFSClient(Map<String, ?> params) Constructors in org.geotools.data.wfs.impl with parameters of type WFSClientModifierConstructorDescriptionWFSContentComplexFeatureSource(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.internal
Constructors in org.geotools.data.wfs.internal with parameters of type WFSClientModifierConstructorDescriptionWFSContentComplexFeatureCollection(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.