public final class TLcdWMSGetMapContext
extends java.lang.Object
A context object that is used to specify WMS GetMap settings. This object can be passed to the
ALcdWMSProxy.createImageInputStream(TLcdWMSGetMapContext)
method.
Lower level API is available as well, see TLcdWMSGetMapRequest
. In most cases, this low level API
should not be needed.
Modifier and Type | Class and Description |
---|---|
static class |
TLcdWMSGetMapContext.Builder
Builder class for
TLcdWMSGetMapContext objects. |
Modifier and Type | Method and Description |
---|---|
TLcdWMSGetMapContext.Builder |
asBuilder()
Returns this object as a
Builder . |
java.awt.Color |
getBackgroundColor()
Returns the background color to use for the map.
|
int |
getImageHeight()
Returns the height of the returned image by the GetMap request.
|
int |
getImageWidth()
Returns the width of the returned image by the GetMap request.
|
ILcdBounds |
getMapBounds()
Returns the area of interest, specified in the map reference.
|
ILcdXYWorldReference |
getMapReference()
Returns the reference in which the map content should be returned.
|
static TLcdWMSGetMapContext.Builder |
newBuilder()
Returns a new builder for a GetMap Context.
|
public int getImageWidth()
public int getImageHeight()
public ILcdXYWorldReference getMapReference()
public ILcdBounds getMapBounds()
public java.awt.Color getBackgroundColor()
public static TLcdWMSGetMapContext.Builder newBuilder()
public TLcdWMSGetMapContext.Builder asBuilder()
Builder
.Builder
.