deegree 2.3 (2010/04/09 10:10 build-4-official)

Uses of Class
org.deegree.ogcwebservices.wms.operation.GetMap

Packages that use GetMap
org.deegree.framework.concurrent   
org.deegree.graphics   
org.deegree.graphics.displayelements   
org.deegree.ogcwebservices.wmps Web Map Service 1.1.3 (OGC WMS Version 1.1.1). 
org.deegree.ogcwebservices.wms Web Map Service 1.1.3 (OGC WMS Version 1.1.1). 
org.deegree.ogcwebservices.wms.configuration   
org.deegree.ogcwebservices.wms.dataaccess   
org.deegree.ogcwebservices.wms.operation   
org.deegree.ogcwebservices.wpvs.configuration   
org.deegree.portal.standard.wms.control   
 

Uses of GetMap in org.deegree.framework.concurrent
 

Constructors in org.deegree.framework.concurrent with parameters of type GetMap
DoDatabaseQueryTask(DatabaseDataSource datasource, Envelope envelope, String sql, Map<String,String> dimProps, GetMap request)
           
 

Uses of GetMap in org.deegree.graphics
 

Methods in org.deegree.graphics that return GetMap
(package private)  GetMap RasterLayer.getRequest()
           
 

Methods in org.deegree.graphics with parameters of type GetMap
static Layer MapFactory.createRasterLayer(String name, GridCoverage raster, GetMap request)
           
 

Constructors in org.deegree.graphics with parameters of type GetMap
RasterLayer(String name, GridCoverage raster, GetMap request)
           
 

Uses of GetMap in org.deegree.graphics.displayelements
 

Methods in org.deegree.graphics.displayelements with parameters of type GetMap
static RasterDisplayElement DisplayElementFactory.buildRasterDisplayElement(GridCoverage gc, RasterSymbolizer sym, GetMap request)
           
 DisplayElement[] DisplayElementFactory.createDisplayElement(Object o, UserStyle[] styles, GetMap request)
          Returns the display elements for a Feature or GridCoverage.
 

Constructors in org.deegree.graphics.displayelements with parameters of type GetMap
RasterDisplayElement(GridCoverage gc, RasterSymbolizer symbolizer, GetMap request)
           
 

Uses of GetMap in org.deegree.ogcwebservices.wmps
 

Fields in org.deegree.ogcwebservices.wmps declared as GetMap
protected  GetMap DefaultGetMapHandler.request
           
 

Methods in org.deegree.ogcwebservices.wmps with parameters of type GetMap
protected  Object RemoteWMService.handleGetMap(GetMap request)
          performs a GetMap request against the remote service.
 

Constructors in org.deegree.ogcwebservices.wmps with parameters of type GetMap
DefaultGetMapHandler(WMPSConfiguration configuration, GetMap request)
          Creates a new GetMapHandler object.
 

Uses of GetMap in org.deegree.ogcwebservices.wms
 

Fields in org.deegree.ogcwebservices.wms declared as GetMap
protected  GetMap DefaultGetFeatureInfoHandler.getMapRequest
           
 

Methods in org.deegree.ogcwebservices.wms that return GetMap
protected  GetMap DefaultGetMapHandler.getRequest()
           
 

Methods in org.deegree.ogcwebservices.wms with parameters of type GetMap
protected static GetCoverage GetMapServiceInvokerForNL.createGetCoverageRequest(AbstractDataSource ds, GetMap request)
          creates a getCoverage request considering the getMap request and the filterconditions defined in the submitted DataSource object The request will be encapsualted within a OGCWebServiceEvent.
protected  Object RemoteWMService.handleGetMap(GetMap request)
          performs a GetMap request against the remote service.
 

Constructors in org.deegree.ogcwebservices.wms with parameters of type GetMap
DefaultGetMapHandler(WMSConfigurationType configuration, GetMap request)
          Creates a new GetMapHandler object.
 

Uses of GetMap in org.deegree.ogcwebservices.wms.configuration
 

Methods in org.deegree.ogcwebservices.wms.configuration that return GetMap
 GetMap RemoteWMSDataSource.getGetMapRequest()
          returns an instance of a GetMapRequest encapsulating the filter conditions against a remote WMS.
 

Constructors in org.deegree.ogcwebservices.wms.configuration with parameters of type GetMap
RemoteWMSDataSource(boolean querable, boolean failOnException, QualifiedName name, int type, OGCWebService ows, URL capabilitiesURL, ScaleHint scaleHint, Geometry validArea, GetMap getMap, Color[] transparentColors, URL featureInfoTransform, int reqTimeLimit, List<String> passedParameters, Map<String,String> addedParameters)
          Creates a new DataSource object.
 

Uses of GetMap in org.deegree.ogcwebservices.wms.dataaccess
 

Methods in org.deegree.ogcwebservices.wms.dataaccess with parameters of type GetMap
 FeatureResult WKTMarker.perform(GetMap getMap)
           
 GetMapResult ExternalRasterDataAccess.perform(GetMap getMap)
           
 GetMapResult ID2PInterpolation.perform(GetMap getMap)
           
 FeatureResult ExternalVectorDataAccess.perform(GetMap getMap)
           
 GetMapResult OSMSlippyMapReader.perform(GetMap getMap)
           
 

Uses of GetMap in org.deegree.ogcwebservices.wms.operation
 

Methods in org.deegree.ogcwebservices.wms.operation that return GetMap
static GetMap GetMap.create(Map<String,String> model)
          creates a GetMapRequest from a HashMap that contains the request parameters as key-value-pairs.
static GetMap GetMap.create(String id, Document doc)
          creates a GetMapRequest from its XML representation as defined in SLD 1.0.0 specification This method does not yet cope with 1.3.0.
static GetMap GetMap.create(String version, String id, GetMap.Layer[] layers, Values elevation, Map<String,Values> sampleDimension, String format, int width, int height, String srs, Envelope boundingBox, boolean transparency, Color bGColor, String exceptions, Values time, URL sldURL, StyledLayerDescriptor sld, Map<String,String> vendorSpecificParameter)
          creates a WTSGetViewRequest from a set of parameters and builds up the complete SLD.
static GetMap GetMap.createGetMapRequest(AbstractDataSource ds, GetMap request, String style, String layer)
          creates a getMap request for requesting a cascaded remote WMS considering the getMap request and the filterconditions defined in the submitted DataSource object The request will be encapsualted within a OGCWebServiceEvent.
 GetMap GetFeatureInfo.getGetMapRequestCopy()
           is not a name/value pair like the other parameters.
 

Methods in org.deegree.ogcwebservices.wms.operation with parameters of type GetMap
static GetFeatureInfo GetFeatureInfo.create(String version, String id, String[] queryLayers, GetMap getMapRequestCopy, String infoFormat, int featureCount, Point clickPoint, String exceptions, StyledLayerDescriptor sld, Map<String,String> vendorSpecificParameter)
          creates a WMSFeatureInfoRequest from the request parameters.
static GetMap GetMap.createGetMapRequest(AbstractDataSource ds, GetMap request, String style, String layer)
          creates a getMap request for requesting a cascaded remote WMS considering the getMap request and the filterconditions defined in the submitted DataSource object The request will be encapsualted within a OGCWebServiceEvent.
 void GetFeatureInfo.setGetMapRequestCopy(GetMap getMapRequestCopy)
          sets the
 

Uses of GetMap in org.deegree.ogcwebservices.wpvs.configuration
 

Methods in org.deegree.ogcwebservices.wpvs.configuration that return GetMap
 GetMap RemoteWMSDataSource.getFilterConditionMap()
          The filterCondition is a map of key-value-pairs of an incomplete WMSRequest.
 GetMap LocalWMSDataSource.getPartialGetMapRequest()
          The filterCondition is a map of key-value-pairs of an incomplete WMSRequest.
 

Constructors in org.deegree.ogcwebservices.wpvs.configuration with parameters of type GetMap
LocalWMSDataSource(QualifiedName name, OWSCapabilities owsCapabilities, Surface validArea, double minScaleDenominator, double maxScaleDenominator, GetMap filterCondition, Color[] transparentColors)
          Creates a new LocalWMSDataSource object from the given parameters.
RemoteWMSDataSource(QualifiedName name, OWSCapabilities owsCapabilities, Surface validArea, double minScaleDenominator, double maxScaleDenominator, GetMap filterCondition, Color[] transparentColors)
          Creates a new RemoteWMSDataSource object from the given parameters.
 

Uses of GetMap in org.deegree.portal.standard.wms.control
 

Methods in org.deegree.portal.standard.wms.control with parameters of type GetMap
protected  double AbstractMapListener.getScale(GetMap mrm)
          the method returns the scale of the map defined as diagonal size of a pixel at the center of the map.
 


deegree 2.3 (2010/04/09 10:10 build-4-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org