Package org.openjump.core.ui.plugin.cts
Class CoordinateSystemWrapper
- java.lang.Object
-
- com.vividsolutions.jump.coordsys.CoordinateSystem
-
- org.openjump.core.ui.plugin.cts.CoordinateSystemWrapper
-
- All Implemented Interfaces:
Serializable
,Comparable
public class CoordinateSystemWrapper extends CoordinateSystem
A wrapper to wrap aCoordinateReferenceSystem
into aCoordinateSystem
.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.vividsolutions.jump.coordsys.CoordinateSystem
UNSPECIFIED
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(Object o)
int
getEPSGCode()
String
getName()
Projection
getProjection()
String
toString()
-
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toString
in classCoordinateSystem
-
getName
public String getName()
- Overrides:
getName
in classCoordinateSystem
-
getProjection
public Projection getProjection()
- Overrides:
getProjection
in classCoordinateSystem
- Returns:
- the Projection
-
getEPSGCode
public int getEPSGCode()
- Overrides:
getEPSGCode
in classCoordinateSystem
-
compareTo
public int compareTo(Object o)
- Specified by:
compareTo
in interfaceComparable
- Overrides:
compareTo
in classCoordinateSystem
-
-