org.opengis.go.display.canvas.map2d
Interface Map2DController
-
- All Superinterfaces:
- CanvasController
public interface Map2DController extends CanvasController
Setter methods for properties that define a rectangular, 2DCanvas.- See Also:
Map2D
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidsetEnvelope(Envelope newEnvelope)Sets the envelope of the canvas, provided thisMap2DControlleris the active controller.voidsetMapWidth(double newMapWidth, Unit widthUnit)Sets the map width of the canvas, provided thisMap2DControlleris the active controller.voidsetPixelHeight(int newPixelHeight)Sets the pixel height of the canvas, provided thisMap2DControlleris the active controller.voidsetPixelWidth(int newPixelWidth)Sets the pixel width of the canvas, provided thisMap2DControlleris the active controller.voidsetScale(double newScale)Sets the scale of the canvas, provided thisMap2DControlleris the active controller.-
Methods inherited from interface org.opengis.go.display.canvas.CanvasController
setCenter
-
-
-
-
Method Detail
-
setPixelWidth
void setPixelWidth(int newPixelWidth)
Sets the pixel width of the canvas, provided thisMap2DControlleris the active controller.- Parameters:
newPixelWidth- the new pixel width.
-
setPixelHeight
void setPixelHeight(int newPixelHeight)
Sets the pixel height of the canvas, provided thisMap2DControlleris the active controller.- Parameters:
newPixelHeight- the new pixel height.
-
setMapWidth
void setMapWidth(double newMapWidth, Unit widthUnit)Sets the map width of the canvas, provided thisMap2DControlleris the active controller.- Parameters:
newMapWidth- the new map widthwidthUnit- the unit of thenewMapWidth.
-
setScale
void setScale(double newScale)
Sets the scale of the canvas, provided thisMap2DControlleris the active controller.- Parameters:
newScale- the new scale.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG