| Package | Description |
|---|---|
| org.wicketstuff.openlayers3.api | |
| org.wicketstuff.openlayers3.api.coordinate | |
| org.wicketstuff.openlayers3.api.geometry | |
| org.wicketstuff.openlayers3.api.style |
| Modifier and Type | Field and Description |
|---|---|
Coordinate |
View.center
The coordinate that represents the center of this view.
|
| Modifier and Type | Method and Description |
|---|---|
Coordinate |
View.getCenter()
Returns the center coordinate for this view.
|
| Modifier and Type | Method and Description |
|---|---|
View |
View.center(Coordinate center)
Sets the center coordinate for this view.
|
void |
View.setCenter(Coordinate center)
Sets the center coordinate for this view.
|
| Constructor and Description |
|---|
View(Coordinate center,
Integer zoom)
Creates a new instance.
|
View(Coordinate center,
Integer zoom,
Integer maxZoom)
Creates a new instance.
|
View(Coordinate center,
Integer zoom,
Integer maxZoom,
String projection)
Creates a new instance.
|
View(Coordinate center,
Integer zoom,
Integer maxZoom,
String projection,
Extent extent)
Creates a new instance.
|
View(Coordinate center,
Integer zoom,
String projection)
Creates a new instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CoordinateProjected
Provides a coordinate that includes a projection.
|
class |
LongLat
Provides an object that models a longitude and latitude pair.
|
| Modifier and Type | Method and Description |
|---|---|
Coordinate |
Coordinate.x(Number valueX)
Sets the "X" coordinate.
|
Coordinate |
Coordinate.y(Number valueY)
Sets the "Y" coordinate.
|
| Constructor and Description |
|---|
LongLat(Coordinate coordinate,
String projection)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
Coordinate |
Point.getCoordinate()
Returns the coordinate for this point.
|
| Modifier and Type | Method and Description |
|---|---|
Point |
Point.coordinate(Coordinate coordinate)
Sets the coordinate for this point.
|
void |
Point.setCoordinate(Coordinate coordinate)
Sets the coordinate for this point.
|
| Constructor and Description |
|---|
Point(Coordinate coordinate)
Creates a new instance.
|
Point(Coordinate coordinate,
Geometry.Layout layout)
Creates a new instance.
|
| Modifier and Type | Field and Description |
|---|---|
static Coordinate |
Icon.DEFAULT_COORDINATE
Default anchor coordinate for new instances (center the icon relative to the feature).
|
| Modifier and Type | Method and Description |
|---|---|
Coordinate |
Icon.getAnchor()
Returns the anchor's coordinate.
|
| Modifier and Type | Method and Description |
|---|---|
Icon |
Icon.anchor(Coordinate anchor)
Sets the anchor's coordinate.
|
void |
Icon.setAnchor(Coordinate anchor)
Sets the anchor's coordinate.
|
| Constructor and Description |
|---|
Icon(Coordinate anchor,
Icon.Origin anchorOrigin,
Icon.Unit anchorXUnits,
Icon.Unit anchorYUnits,
Number opacity,
String src,
CorsPolicy crossOrigin)
Creates a new instance.
|
Icon(Coordinate anchor,
String src)
Creates a new instance.
|
Copyright © 2014–2017. All rights reserved.