|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CanvasController
Controls the state of a canvas, including its position, scale and title.
| Method Summary | |
|---|---|
void |
setCenter(DirectPosition center)
Sets the position of the center point of the canvas. |
void |
setObjectiveCRS(CoordinateReferenceSystem crs)
Sets the "real world" Coordinate Reference System. |
void |
setTitle(InternationalString title)
Sets the title of the canvas. |
| Method Detail |
|---|
@UML(identifier="Canvas.setTitle",
specification=OGC_03064,
obligation=OPTIONAL)
void setTitle(InternationalString title)
title - The new title for the canvas.CanvasState.getTitle()
@UML(identifier="setCenter",
specification=OGC_03064,
obligation=OPTIONAL)
void setCenter(DirectPosition center)
center - The new center position.CanvasState.getCenter()
@UML(identifier="Canvas.setObjectiveCoordinateReferenceSystem",
specification=OGC_03064,
obligation=OPTIONAL)
void setObjectiveCRS(CoordinateReferenceSystem crs)
throws TransformException
crs - The new objective Coordinate Reference System.
TransformException - If at least one graphic primivite can not be transformed to
the specified CRS, or if the given CRS can not be accepted for an other reason.CanvasState.getObjectiveCRS()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||