@Api(allMethods=true) public class CrsTransformInfo extends Object
| Constructor and Description |
|---|
CrsTransformInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSource()
Get source CRS code.
|
String |
getTarget()
Get target CRS code.
|
org.geomajas.geometry.Bbox |
getTransformableArea()
Get bbox for transformable area.
|
void |
setSource(String source)
Set source CRS code.
|
void |
setTarget(String target)
Set target CRS code.
|
void |
setTransformableArea(org.geomajas.geometry.Bbox transformableArea)
Set the bbox with the transformable area.
|
public String getSource()
public void setSource(String source)
source - source CRS codepublic String getTarget()
public void setTarget(String target)
target - target CRS codepublic org.geomajas.geometry.Bbox getTransformableArea()
public void setTransformableArea(org.geomajas.geometry.Bbox transformableArea)
transformableArea - transformable areaCopyright © 2015 Geosparc. All Rights Reserved.