Uses of Class
com.luciad.wms.client.model.TLcdWMSGetMapContext.Builder
Package
Description
Modeling of an OGC Web Map Service (WMS) and corresponding client API.
-
Uses of TLcdWMSGetMapContext.Builder in com.luciad.wms.client.model
Modifier and TypeMethodDescriptionTLcdWMSGetMapContext.Builder.all
(TLcdWMSGetMapContext aGetMapContext) Sets all parameters on the builder based on the given GetMap context.TLcdWMSGetMapContext.asBuilder()
Returns this object as aBuilder
.TLcdWMSGetMapContext.Builder.backgroundColor
(Color aBackgroundColor) Specifies the background color to use for the map.TLcdWMSGetMapContext.Builder.imageSize
(int aWidth, int aHeight) Specifies the size of the returned image for the GetMap request.TLcdWMSGetMapContext.Builder.mapBounds
(ILcdBounds aMapBounds) Specifies the area of interest, specified in the map reference of the map to be returned.TLcdWMSGetMapContext.Builder.mapReference
(ILcdXYWorldReference aMapReference) Specifies the reference in which the map content should be returned.TLcdWMSGetMapContext.Builder.mapRotation
(Double aRotation) Specifies the rotation to use for the map.static TLcdWMSGetMapContext.Builder
TLcdWMSGetMapContext.newBuilder()
Returns a new builder for a GetMap Context.