Uses of Interface
org.geotools.data.wms.request.GetMapRequest

Packages that use GetMapRequest
org.geotools.data.wms Provides for Web Map Server client access as a Grid Coverage Exchange. 
org.geotools.data.wms.request   
 

Uses of GetMapRequest in org.geotools.data.wms
 

Classes in org.geotools.data.wms that implement GetMapRequest
static class WMS1_0_0.GetMapRequest
          A GetMapRequest for a 1.0.0 Server
static class WMS1_1_0.GetMapRequest
           
static class WMS1_1_1.GetMapRequest
           
static class WMS1_3_0.GetMapRequest
           
 

Methods in org.geotools.data.wms that return GetMapRequest
 GetMapRequest WebMapServer.createGetMapRequest()
          Creates a GetMapRequest that can be configured and then passed to issueRequest().
abstract  GetMapRequest WMSSpecification.createGetMapRequest(URL onlineResource)
          Creates a GetMapRequest for this specification, populating it with valid values.
 GetMapRequest WMS1_3_0.createGetMapRequest(URL get)
           
 GetMapRequest WMS1_1_1.createGetMapRequest(URL get)
           
 GetMapRequest WMS1_1_0.createGetMapRequest(URL get)
           
 GetMapRequest WMS1_0_0.createGetMapRequest(URL get)
           
 

Methods in org.geotools.data.wms with parameters of type GetMapRequest
 GetFeatureInfoRequest WebMapServer.createGetFeatureInfoRequest(GetMapRequest getMapRequest)
          Creates a GetFeatureInfoRequest that can be configured and then passed to issueRequest().
abstract  GetFeatureInfoRequest WMSSpecification.createGetFeatureInfoRequest(URL onlineResource, GetMapRequest getMapRequest)
          Creates a GetFeatureInfoRequest for this specification, populating it with valid values.
 GetFeatureInfoRequest WMS1_3_0.createGetFeatureInfoRequest(URL onlineResource, GetMapRequest getMapRequest)
           
 GetFeatureInfoRequest WMS1_1_1.createGetFeatureInfoRequest(URL onlineResource, GetMapRequest getMapRequest)
           
 GetFeatureInfoRequest WMS1_1_0.createGetFeatureInfoRequest(URL onlineResource, GetMapRequest getMapRequest)
           
 GetFeatureInfoRequest WMS1_0_0.createGetFeatureInfoRequest(URL onlineResource, GetMapRequest getMapRequest)
           
 GetMapResponse WebMapServer.issueRequest(GetMapRequest request)
           
 

Constructors in org.geotools.data.wms with parameters of type GetMapRequest
WMS1_0_0.GetFeatureInfoRequest(URL onlineResource, GetMapRequest request)
           
WMS1_1_0.GetFeatureInfoRequest(URL onlineResource, GetMapRequest request)
           
WMS1_1_1.GetFeatureInfoRequest(URL onlineResource, GetMapRequest request)
           
WMS1_3_0.GetFeatureInfoRequest(URL onlineResource, GetMapRequest request)
           
 

Uses of GetMapRequest in org.geotools.data.wms.request
 

Classes in org.geotools.data.wms.request that implement GetMapRequest
 class AbstractGetMapRequest
           
 

Constructors in org.geotools.data.wms.request with parameters of type GetMapRequest
AbstractGetFeatureInfoRequest(URL onlineResource, GetMapRequest request)
          Constructs a GetFeatureInfoRequest.
 



Copyright © 1996-2009 Geotools. All Rights Reserved.