Uses of Interface
org.geotools.data.ows.Request
-
Packages that use Request Package Description org.geotools.data.ows org.geotools.data.wfs.internal org.geotools.ows.wms Provides for Web Map Server client access as a Grid Coverage Exchange.org.geotools.ows.wms.request org.geotools.ows.wmts org.geotools.ows.wmts.request -
-
Uses of Request in org.geotools.data.ows
Subinterfaces of Request in org.geotools.data.ows Modifier and Type Interface Description interfaceGetCapabilitiesRequestRepresents a GetCapabilitiesRequest.Classes in org.geotools.data.ows that implement Request Modifier and Type Class Description classAbstractGetCapabilitiesRequestEach Open Web Service typically defines an operation that describes what operations it supports and what data it holds.classAbstractRequestA class that provides functionality for performing basic requestsMethods in org.geotools.data.ows with parameters of type Request Modifier and Type Method Description protected ResponseAbstractOpenWebService. internalIssueRequest(Request request)Issues a request to the server and returns that server's response. -
Uses of Request in org.geotools.data.wfs.internal
Classes in org.geotools.data.wfs.internal that implement Request Modifier and Type Class Description classDescribeFeatureTypeRequestclassDescribeStoredQueriesRequestclassGetCapabilitiesRequestclassGetFeatureRequestclassListStoredQueriesRequestclassTransactionRequestclassWFSRequestMethods in org.geotools.data.wfs.internal with parameters of type Request Modifier and Type Method Description protected ResponseWFSClient. internalIssueRequest(Request request) -
Uses of Request in org.geotools.ows.wms
Classes in org.geotools.ows.wms that implement Request Modifier and Type Class Description static classWMS1_0_0.GetCapsRequestWe need a custom request object.static classWMS1_0_0.GetFeatureInfoRequestA GetFeatureInfoRequest for a 1.0.0 serverstatic classWMS1_0_0.GetMapRequestA GetMapRequest for a 1.0.0 Serverstatic classWMS1_0_0.InternalGetStylesRequeststatic classWMS1_1_0.GetCapsRequeststatic classWMS1_1_0.GetFeatureInfoRequeststatic classWMS1_1_0.GetMapRequeststatic classWMS1_1_0.InternalDescribeLayerRequeststatic classWMS1_1_0.InternalGetLegendGraphicRequeststatic classWMS1_1_1.GetCapsRequeststatic classWMS1_1_1.GetFeatureInfoRequeststatic classWMS1_1_1.GetMapRequeststatic classWMS1_1_1.InternalGetStylesRequeststatic classWMS1_1_1.InternalPutStylesRequeststatic classWMS1_3_0.GetCapsRequeststatic classWMS1_3_0.GetFeatureInfoRequeststatic classWMS1_3_0.GetMapRequest -
Uses of Request in org.geotools.ows.wms.request
Subinterfaces of Request in org.geotools.ows.wms.request Modifier and Type Interface Description interfaceDescribeLayerRequestRetrieves information about the layers or feature types available on the Web Map Server.interfaceGetFeatureInfoRequestInformation required for a GetFeatureInfo request.interfaceGetLegendGraphicRequestA request used to get the legend graphic for a given layerinterfaceGetMapRequestConstruct a WMS getMap request.interfaceGetStylesRequestRepresents a GetStyles RequestinterfacePutStylesRequestRepresents a PutStyles requestClasses in org.geotools.ows.wms.request that implement Request Modifier and Type Class Description classAbstractDescribeLayerRequestDescribes an abstract DescribeLayer request.classAbstractGetFeatureInfoRequestA base class for GetFeatureInfoRequests that provides some functionality.classAbstractGetLegendGraphicRequestProvides functionality for a basic GetLegendGraphic requestclassAbstractGetMapRequestclassAbstractGetStylesRequestProvides functionality for a basic getStyles requestclassAbstractPutStylesRequestPresents basic functionality for a PutStyles requestclassAbstractWMSRequest -
Uses of Request in org.geotools.ows.wmts
Classes in org.geotools.ows.wmts that implement Request Modifier and Type Class Description static classWMTSSpecification.GetCapsRequeststatic classWMTSSpecification.GetKVPTileRequestGetTile request base on query string parametersstatic classWMTSSpecification.GetMultiTileRequestGetMultiTileRequest - used for getting a Set of tilesstatic classWMTSSpecification.GetRestTileRequestGetTile request based on a resourceUrl specified in Capabilities.static classWMTSSpecification.GetSingleTileRequestRepresents a GetTile request for a single tile. -
Uses of Request in org.geotools.ows.wmts.request
Subinterfaces of Request in org.geotools.ows.wmts.request Modifier and Type Interface Description interfaceGetTileRequestConstruct a WMTS getTile request.Classes in org.geotools.ows.wmts.request that implement Request Modifier and Type Class Description classAbstractGetTileRequest(Based on existing work by rgould for WMS service)classAbstractWMTSRequest(Based on existing work by rgould for WMS service)
-