Uses of Interface
org.geotools.ows.wms.request.GetMapRequest
Packages that use GetMapRequest
Package
Description
Provides for Web Map Server client access as a Grid Coverage Exchange.
-
Uses of GetMapRequest in org.geotools.ows.wms
Classes in org.geotools.ows.wms that implement GetMapRequestModifier and TypeClassDescriptionstatic classA GetMapRequest for a 1.0.0 Serverstatic classstatic classstatic classMethods in org.geotools.ows.wms that return GetMapRequestModifier and TypeMethodDescriptionWebMapServer.createGetMapRequest()Creates a GetMapRequest that can be configured and then passed to issueRequest().WMS1_0_0.createGetMapRequest(URL get) WMS1_1_0.createGetMapRequest(URL get) WMS1_1_1.createGetMapRequest(URL get) WMS1_3_0.createGetMapRequest(URL get) abstract GetMapRequestWMSSpecification.createGetMapRequest(URL onlineResource) Creates a GetMapRequest for this specification, populating it with valid values.Methods in org.geotools.ows.wms with parameters of type GetMapRequestModifier and TypeMethodDescriptionWebMapServer.createGetFeatureInfoRequest(GetMapRequest getMapRequest) Creates a GetFeatureInfoRequest that can be configured and then passed to issueRequest().WMS1_0_0.createGetFeatureInfoRequest(URL onlineResource, GetMapRequest getMapRequest) WMS1_1_0.createGetFeatureInfoRequest(URL onlineResource, GetMapRequest getMapRequest) WMS1_1_1.createGetFeatureInfoRequest(URL onlineResource, GetMapRequest getMapRequest) WMS1_3_0.createGetFeatureInfoRequest(URL onlineResource, GetMapRequest getMapRequest) abstract GetFeatureInfoRequestWMSSpecification.createGetFeatureInfoRequest(URL onlineResource, GetMapRequest getMapRequest) Creates a GetFeatureInfoRequest for this specification, populating it with valid values.WebMapServer.issueRequest(GetMapRequest request) Constructors in org.geotools.ows.wms with parameters of type GetMapRequestModifierConstructorDescriptionGetFeatureInfoRequest(URL onlineResource, GetMapRequest request) GetFeatureInfoRequest(URL onlineResource, GetMapRequest request) GetFeatureInfoRequest(URL onlineResource, GetMapRequest request) GetFeatureInfoRequest(URL onlineResource, GetMapRequest request) -
Uses of GetMapRequest in org.geotools.ows.wms.map
Methods in org.geotools.ows.wms.map that return GetMapRequestModifier and TypeMethodDescriptionWMSLayer.getLastGetMap()Returns last GetMap request performed by this layerMethods in org.geotools.ows.wms.map with parameters of type GetMapRequestModifier and TypeMethodDescriptionWMSCoverageReader.getFeatureInfo(Position2D pos, String infoFormat, int featureCount, GetMapRequest getmap) Issues GetFeatureInfo against a point using the params of the last GetMap request -
Uses of GetMapRequest in org.geotools.ows.wms.request
Classes in org.geotools.ows.wms.request that implement GetMapRequestConstructors in org.geotools.ows.wms.request with parameters of type GetMapRequestModifierConstructorDescriptionAbstractGetFeatureInfoRequest(URL onlineResource, GetMapRequest request) Constructs a GetFeatureInfoRequest.