@Api(allMethods=true) public interface CrsTransform extends MathTransform
MathTransform which allows getting the source and target CRSs and a
Geometry with the transformable area.| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Get id or code for this CrsTransform.
|
Crs |
getSource()
Source
Crs for transformation. |
Crs |
getTarget()
Target
Crs for transformation. |
org.geomajas.geometry.Bbox |
getTransformableBbox()
Bbox of the area which can be transformed using this transformation.
|
com.vividsolutions.jts.geom.Envelope |
getTransformableEnvelope()
Envelope of the area which can be transformed using this transformation.
|
com.vividsolutions.jts.geom.Geometry |
getTransformableGeometry()
Geometry of the area which can be transformed using this transformation.
|
boolean |
isTransforming()
Indicates that this transform actually changes something.
|
derivative, getSourceDimensions, getTargetDimensions, inverse, isIdentity, toWKT, transform, transform, transform, transform, transformString getId()
com.vividsolutions.jts.geom.Geometry getTransformableGeometry()
com.vividsolutions.jts.geom.Envelope getTransformableEnvelope()
org.geomajas.geometry.Bbox getTransformableBbox()
boolean isTransforming()
Copyright © 2015 Geosparc. All Rights Reserved.