public class Crs extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Crs.CrsType
Coordinate Reference System Types
|
| Constructor and Description |
|---|
Crs() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Map<String,Object> |
getProperties()
Get the properties
|
Crs.CrsType |
getType()
Get the CRS type
|
int |
hashCode() |
void |
setProperties(Map<String,Object> properties)
Set the properties
|
void |
setType(Crs.CrsType type)
Set the CRS type
|
String |
toString() |
public Crs.CrsType getType()
public void setType(Crs.CrsType type)
type - crs typepublic void setProperties(Map<String,Object> properties)
properties - properties mapCopyright © 2018 National Geospatial-Intelligence Agency. All rights reserved.