| Package | Description |
|---|---|
| org.geomajas.geometry | |
| org.geomajas.layer | |
| org.geomajas.service |
| Modifier and Type | Method and Description |
|---|---|
Crs |
CrsTransform.getSource()
Source
Crs for transformation. |
Crs |
CrsTransform.getTarget()
Target
Crs for transformation. |
| Modifier and Type | Method and Description |
|---|---|
Crs |
LayerService.getCrs(Layer layer)
The the
Crs for a layer. |
| Modifier and Type | Method and Description |
|---|---|
Crs |
GeoService.getCrs2(String crs)
Get the
Crs with given code. |
| Modifier and Type | Method and Description |
|---|---|
Filter |
FilterService.createBboxFilter(Crs crs,
com.vividsolutions.jts.geom.Envelope bbox,
String geomName)
Create a filter the evaluates all geometries within a certain bounding box.
|
String |
GeoService.getCodeFromCrs(Crs crs)
Get the code from the CRS.
|
CrsTransform |
GeoService.getCrsTransform(Crs sourceCrs,
Crs targetCrs)
Get the transformation which converts between two coordinate systems.
|
org.geomajas.geometry.Bbox |
GeoService.transform(org.geomajas.geometry.Bbox source,
Crs sourceCrs,
Crs targetCrs)
Transform a
Bbox from the source to the target CRS. |
com.vividsolutions.jts.geom.Coordinate |
GeoService.transform(com.vividsolutions.jts.geom.Coordinate source,
Crs sourceCrs,
Crs targetCrs)
Transform a
Coordinate from the source to the target CRS. |
com.vividsolutions.jts.geom.Envelope |
GeoService.transform(com.vividsolutions.jts.geom.Envelope source,
Crs sourceCrs,
Crs targetCrs)
Transform a
Envelope from the source to the target CRS. |
com.vividsolutions.jts.geom.Geometry |
GeoService.transform(com.vividsolutions.jts.geom.Geometry source,
Crs sourceCrs,
Crs targetCrs)
Transform a
Geometry from the source to the target CRS. |
Copyright © 2015 Geosparc. All Rights Reserved.