| Package | Description |
|---|---|
| org.wicketstuff.openlayers3.api.coordinate | |
| org.wicketstuff.openlayers3.behavior.view |
| Modifier and Type | Class and Description |
|---|---|
class |
LongLat
Provides an object that models a longitude and latitude pair.
|
| Modifier and Type | Method and Description |
|---|---|
CoordinateProjected |
CoordinateProjected.targetProjection(String targetProjection)
Sets the target projection for the coordinate.
|
CoordinateProjected |
CoordinateProjected.transform(String targetProjection)
Sets the target projection for the coordinate.
|
CoordinateProjected |
CoordinateProjected.x(Number valueX)
Sets the "X" coordinate.
|
CoordinateProjected |
CoordinateProjected.y(Number valueY)
Sets the "Y" coordinate.
|
| Modifier and Type | Method and Description |
|---|---|
CoordinateProjected |
ViewEvent.getCenter()
Returns the coordinate at the center of this view.
|
CoordinateProjected[] |
ViewEvent.getExtent()
Returns an array of two coordinates describing the extent of this view.
|
Copyright © 2014–2017. All rights reserved.