|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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,
java.lang.String sql,
java.util.Map<java.lang.String,java.lang.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(java.lang.String name,
GridCoverage raster,
GetMap request)
|
Constructors in org.deegree.graphics with parameters of type GetMap | |
---|---|
RasterLayer(java.lang.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(java.lang.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 java.lang.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 java.lang.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,
java.net.URL capabilitiesURL,
ScaleHint scaleHint,
Geometry validArea,
GetMap getMap,
java.awt.Color[] transparentColors,
java.net.URL featureInfoTransform,
int reqTimeLimit,
java.util.List<java.lang.String> passedParameters,
java.util.Map<java.lang.String,java.lang.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 | |
---|---|
GetMapResult |
ID2PInterpolation.perform(GetMap getMap)
|
FeatureResult |
WKTMarker.perform(GetMap getMap)
|
FeatureResult |
ExternalVectorDataAccess.perform(GetMap getMap)
|
GetMapResult |
OSMSlippyMapReader.perform(GetMap getMap)
|
GetMapResult |
ExternalRasterDataAccess.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(java.util.Map<java.lang.String,java.lang.String> model)
creates a GetMapRequest from a HashMap that contains the request parameters as key-value-pairs. |
static GetMap |
GetMap.create(java.lang.String id,
org.w3c.dom.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(java.lang.String version,
java.lang.String id,
GetMap.Layer[] layers,
Values elevation,
java.util.Map<java.lang.String,Values> sampleDimension,
java.lang.String format,
int width,
int height,
java.lang.String srs,
Envelope boundingBox,
boolean transparency,
java.awt.Color bGColor,
java.lang.String exceptions,
Values time,
java.net.URL sldURL,
StyledLayerDescriptor sld,
java.util.Map<java.lang.String,java.lang.String> vendorSpecificParameter)
creates a WTSGetViewRequest from a set of parameters and builds up the complete SLD. |
static GetMap |
GetMap.createGetMapRequest(AbstractDataSource ds,
GetMap request,
java.lang.String style,
java.lang.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()
|
Methods in org.deegree.ogcwebservices.wms.operation with parameters of type GetMap | |
---|---|
static GetFeatureInfo |
GetFeatureInfo.create(java.lang.String version,
java.lang.String id,
java.lang.String[] queryLayers,
GetMap getMapRequestCopy,
java.lang.String infoFormat,
int featureCount,
java.awt.Point clickPoint,
java.lang.String exceptions,
StyledLayerDescriptor sld,
java.util.Map<java.lang.String,java.lang.String> vendorSpecificParameter)
creates a WMSFeatureInfoRequest from the request parameters. |
static GetMap |
GetMap.createGetMapRequest(AbstractDataSource ds,
GetMap request,
java.lang.String style,
java.lang.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,
java.awt.Color[] transparentColors)
Creates a new LocalWMSDataSource object from the given parameters. |
|
RemoteWMSDataSource(QualifiedName name,
OWSCapabilities owsCapabilities,
Surface validArea,
double minScaleDenominator,
double maxScaleDenominator,
GetMap filterCondition,
java.awt.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.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV NEXT | FRAMES NO FRAMES |
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org