public class CoordinateSystem extends Object implements Comparable, Serializable
| Modifier and Type | Field and Description |
|---|---|
static CoordinateSystem |
UNSPECIFIED |
| Constructor and Description |
|---|
CoordinateSystem(String name,
int epsgCode,
Projection projection) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o) |
int |
getEPSGCode() |
String |
getName() |
Projection |
getProjection() |
String |
toString() |
public static final CoordinateSystem UNSPECIFIED
public CoordinateSystem(String name, int epsgCode, Projection projection)
public String getName()
public Projection getProjection()
public int getEPSGCode()
public int compareTo(Object o)
compareTo in interface ComparableCopyright © 2017 B3Partners B.V.. All rights reserved.