Package | Description |
---|---|
org.wicketstuff.openlayers3.api.proj | |
org.wicketstuff.openlayers3.api.source |
Modifier and Type | Method and Description |
---|---|
Projection |
Projection.axisOrientation(String axisOrientation)
Sets the axis orientation for this projection.
|
Projection |
Projection.code(String code)
Sets the SRS identification code.
|
Projection |
Projection.units(String units)
Sets the units for this projection.
|
Modifier and Type | Method and Description |
---|---|
Projection |
StaticVector.getProjection()
Returns the projection used to transform the data.
|
Projection |
TileWms.getProjection()
Returns the projection used to transform fetched data.
|
Modifier and Type | Method and Description |
---|---|
ServerVector |
ServerVector.projection(Projection projection) |
StaticVector |
StaticVector.projection(Projection projection)
Sets the projection used to transform the data.
|
TileWms |
TileWms.projection(Projection projection)
Sets the projection used to transform fetched data.
|
void |
StaticVector.setProjection(Projection projection)
Sets the projection used to transform the data.
|
void |
TileWms.setProjection(Projection projection)
Sets the projection used to transform fetched data.
|
Constructor and Description |
---|
GeoJson(String url,
Projection projection)
Creates a new instance.
|
ServerVector(Feature format,
Loader loader,
Projection projection)
Creates a new instance.
|
StaticVector(Projection projection)
Creates a new instance.
|
Copyright © 2015. All rights reserved.