Uses of Interface
org.geotools.data.wfs.WFSServiceInfo
-
Packages that use WFSServiceInfo Package Description org.geotools.data.wfs org.geotools.data.wfs.internal org.geotools.data.wfs.internal.v1_x org.geotools.data.wfs.internal.v2_0 -
-
Uses of WFSServiceInfo in org.geotools.data.wfs
Methods in org.geotools.data.wfs that return WFSServiceInfo Modifier and Type Method Description WFSServiceInfo
WFSDataStore. getInfo()
-
Uses of WFSServiceInfo in org.geotools.data.wfs.internal
Methods in org.geotools.data.wfs.internal that return WFSServiceInfo Modifier and Type Method Description protected WFSServiceInfo
WFSClient. createInfo()
WFSServiceInfo
WFSClient. getInfo()
abstract WFSServiceInfo
WFSStrategy. getServiceInfo()
-
Uses of WFSServiceInfo in org.geotools.data.wfs.internal.v1_x
Classes in org.geotools.data.wfs.internal.v1_x that implement WFSServiceInfo Modifier and Type Class Description class
CapabilitiesServiceInfo
Adapts a WFS capabilities document toServiceInfo
Methods in org.geotools.data.wfs.internal.v1_x that return WFSServiceInfo Modifier and Type Method Description WFSServiceInfo
StrictWFS_1_x_Strategy. getServiceInfo()
-
Uses of WFSServiceInfo in org.geotools.data.wfs.internal.v2_0
Classes in org.geotools.data.wfs.internal.v2_0 that implement WFSServiceInfo Modifier and Type Class Description class
Capabilities200ServiceInfo
Adapts a WFS capabilities document toServiceInfo
Methods in org.geotools.data.wfs.internal.v2_0 that return WFSServiceInfo Modifier and Type Method Description WFSServiceInfo
StrictWFS_2_0_Strategy. getServiceInfo()
-