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) |
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 © 2015. All rights reserved.