Uses of Class
org.geotools.data.ows.Specification
-
Packages that use Specification Package Description org.geotools.data.ows org.geotools.data.wfs.internal org.geotools.data.wfs.internal.v1_x org.geotools.data.wfs.internal.v2_0 org.geotools.ows.wms Provides for Web Map Server client access as a Grid Coverage Exchange.org.geotools.ows.wmts -
-
Uses of Specification in org.geotools.data.ows
Fields in org.geotools.data.ows declared as Specification Modifier and Type Field Description protected Specification
AbstractOpenWebService. specification
protected Specification[]
AbstractOpenWebService. specs
Contains the specifications that are to be used with this service -
Uses of Specification in org.geotools.data.wfs.internal
Subclasses of Specification in org.geotools.data.wfs.internal Modifier and Type Class Description class
AbstractWFSStrategy
Base template-method class forWFSStrategy
implementations that leverage the GeoToolsxml-xsd
subsystem for schema assisted parsing and encoding of WFS requests and responses.class
WFSStrategy
Facade interface to interact with a WFS instance. -
Uses of Specification in org.geotools.data.wfs.internal.v1_x
Subclasses of Specification in org.geotools.data.wfs.internal.v1_x Modifier and Type Class Description class
ArcGisStrategy_1_X
class
CubeWerxStrategy
A strategy object to aid in querying a CubeWerx WFS 1.1 serverclass
GeoServerPre200Strategy
WFS strategy for GeoServer WFS 1.1 where the geoserver version is lower than 2.0.class
IonicStrategy
class
MapServerWFSStrategy
This strategy addresses a bug in most MapServer implementations where a filter is required in order for all the features to be returned.class
StrictWFS_1_x_Strategy
-
Uses of Specification in org.geotools.data.wfs.internal.v2_0
Subclasses of Specification in org.geotools.data.wfs.internal.v2_0 Modifier and Type Class Description class
ArcGisStrategy_2_0
class
StrictWFS_2_0_Strategy
-
Uses of Specification in org.geotools.ows.wms
Subclasses of Specification in org.geotools.ows.wms Modifier and Type Class Description class
WMS1_0_0
Provides support for the Web Map Server 1.0 Specification.class
WMS1_1_0
class
WMS1_1_1
Provides support for the Web Map Server 1.1.1 Specificaiton.class
WMS1_3_0
class
WMSSpecification
-
Uses of Specification in org.geotools.ows.wmts
Subclasses of Specification in org.geotools.ows.wmts Modifier and Type Class Description class
WMTSSpecification
WMTS version 1.0.0 specification.
-