@Api(allMethods=true) public class CrsInfo extends Object
| Constructor and Description |
|---|
CrsInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCrsWkt()
Get the WKT string for the coordinate reference system.
|
String |
getKey()
Key for registration of CRS.
|
void |
setCrsWkt(String crsWkt)
Set the WKT string for the coordinate reference system.
|
void |
setKey(String key)
Key for registration of CRS.
|
public String getKey()
public void setKey(String key)
key - crs registration keypublic String getCrsWkt()
public void setCrsWkt(String crsWkt)
crsWkt - WKT string for the CRSCopyright © 2015 Geosparc. All Rights Reserved.