| Package | Description |
|---|---|
| org.openksavi.sponge.features.model.geo |
| Modifier and Type | Method and Description |
|---|---|
GeoCrs |
GeoCrs.clone() |
GeoCrs |
GeoMap.getCrs() |
GeoCrs |
GeoWmsLayer.getCrs() |
GeoCrs |
GeoCrs.withCode(String code) |
GeoCrs |
GeoCrs.withProjection(String projection) |
GeoCrs |
GeoCrs.withResolutions(List<Number> resolutions)
Accepts a list of Numbers instead of Doubles to support Integer arrays in Jython.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeoMap.setCrs(GeoCrs crs) |
void |
GeoWmsLayer.setCrs(GeoCrs crs) |
GeoMap |
GeoMap.withCrs(GeoCrs crs) |
GeoWmsLayer |
GeoWmsLayer.withCrs(GeoCrs crs) |
Copyright © 2016–2020 Softelnet. All rights reserved.