| Package | Description |
|---|---|
| org.wicketstuff.openlayers3.api.proj | |
| org.wicketstuff.openlayers3.api.source.tile | |
| org.wicketstuff.openlayers3.api.source.vector |
| 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 |
TileWms.getProjection()
Returns the projection used to transform fetched data.
|
| Modifier and Type | Method and Description |
|---|---|
TileWms |
TileWms.projection(Projection projection)
Sets the projection used to transform fetched data.
|
void |
TileWms.setProjection(Projection projection)
Sets the projection used to transform fetched data.
|
| Modifier and Type | Method and Description |
|---|---|
Projection |
VectorSource.getProjection()
Returns the projection for this source.
|
| Modifier and Type | Method and Description |
|---|---|
VectorSource |
VectorSource.projection(Projection projection)
Sets the projection for this source.
|
void |
VectorSource.setProjection(Projection projection)
Sets the projection for this source.
|
| Constructor and Description |
|---|
Cluster(FeatureFormat format,
Projection projection,
Number distance,
VectorSource source)
Creates a new instance.
|
VectorSource(FeatureFormat format,
Loader loader,
Projection projection)
Creates a new instance.
|
VectorSource(FeatureFormat format,
Projection projection)
Creates a new instance.
|
VectorSource(List<Feature> features,
FeatureFormat format,
Loader loader,
Projection projection)
Creates a new instance.
|
VectorSource(List<Feature> features,
Projection projection)
Creates a new instance.
|
Copyright © 2014–2017. All rights reserved.