public static class NavigatableComponent.ViewportData extends Object
Modifier and Type | Field and Description |
---|---|
private EastNorth |
center |
private Double |
scale |
Constructor and Description |
---|
ViewportData(EastNorth center,
Double scale) |
Modifier and Type | Method and Description |
---|---|
EastNorth |
getCenter()
Return the projected coordinates of the map center
|
Double |
getScale()
Return the scale factor in east-/north-units per pixel.
|
public ViewportData(EastNorth center, Double scale)