Package | Description |
---|---|
org.wicketstuff.openlayers3.api.geometry |
Modifier and Type | Method and Description |
---|---|
Geometry.Layout |
Point.getLayout()
Returns the layout for this point.
|
static Geometry.Layout |
Geometry.Layout.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Geometry.Layout[] |
Geometry.Layout.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Point |
Point.layout(Geometry.Layout layout)
Sets the layout for this point.
|
void |
Point.setLayout(Geometry.Layout layout)
Sets the layout for this point.
|
Constructor and Description |
---|
Point(Coordinate coordinate,
Geometry.Layout layout)
Creates a new instance.
|
Copyright © 2015. All rights reserved.