| Package | Description |
|---|---|
| org.geomajas.service |
| Modifier and Type | Method and Description |
|---|---|
CrsTransform |
GeoService.getCrsTransform(CoordinateReferenceSystem sourceCrs,
CoordinateReferenceSystem targetCrs)
Get the transformation which converts between two coordinate systems.
|
CrsTransform |
GeoService.getCrsTransform(Crs sourceCrs,
Crs targetCrs)
Get the transformation which converts between two coordinate systems.
|
CrsTransform |
GeoService.getCrsTransform(String sourceCrs,
String targetCrs)
Get the transformation which converts between two coordinate systems.
|
| Modifier and Type | Method and Description |
|---|---|
org.geomajas.geometry.Bbox |
GeoService.transform(org.geomajas.geometry.Bbox source,
CrsTransform crsTransform)
Transform a
Bbox using the given transformation. |
com.vividsolutions.jts.geom.Coordinate |
GeoService.transform(com.vividsolutions.jts.geom.Coordinate source,
CrsTransform crsTransform)
Transform a
Coordinate using the given transformation. |
com.vividsolutions.jts.geom.Envelope |
GeoService.transform(com.vividsolutions.jts.geom.Envelope source,
CrsTransform crsTransform)
Transform a
Envelope using the given transformation. |
com.vividsolutions.jts.geom.Geometry |
GeoService.transform(com.vividsolutions.jts.geom.Geometry source,
CrsTransform crsTransform)
Transform a
Geometry using the given transformation. |
Copyright © 2015 Geosparc. All Rights Reserved.