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 SpecificationAbstractOpenWebService. specificationprotected Specification[]AbstractOpenWebService. specsContains 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 classAbstractWFSStrategyBase template-method class forWFSStrategyimplementations that leverage the GeoToolsxml-xsdsubsystem for schema assisted parsing and encoding of WFS requests and responses.classWFSStrategyFacade 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 classArcGisStrategy_1_XclassCubeWerxStrategyA strategy object to aid in querying a CubeWerx WFS 1.1 serverclassGeoServerPre200StrategyWFS strategy for GeoServer WFS 1.1 where the geoserver version is lower than 2.0.classIonicStrategyclassMapServerWFSStrategyThis strategy addresses a bug in most MapServer implementations where a filter is required in order for all the features to be returned.classStrictWFS_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 classArcGisStrategy_2_0classStrictWFS_2_0_Strategy -
Uses of Specification in org.geotools.ows.wms
Subclasses of Specification in org.geotools.ows.wms Modifier and Type Class Description classWMS1_0_0Provides support for the Web Map Server 1.0 Specification.classWMS1_1_0classWMS1_1_1Provides support for the Web Map Server 1.1.1 Specificaiton.classWMS1_3_0classWMSSpecification -
Uses of Specification in org.geotools.ows.wmts
Subclasses of Specification in org.geotools.ows.wmts Modifier and Type Class Description classWMTSSpecificationWMTS version 1.0.0 specification.
-