Class CoordinateSystemWrapper
java.lang.Object
com.vividsolutions.jump.coordsys.CoordinateSystem
org.openjump.core.ui.plugin.cts.CoordinateSystemWrapper
- All Implemented Interfaces:
Serializable, Comparable
A wrapper to wrap a
CoordinateReferenceSystem into a
CoordinateSystem.- See Also:
-
Field Summary
Fields inherited from class CoordinateSystem
UNSPECIFIED -
Method Summary
-
Method Details
-
toString
- Overrides:
toStringin classCoordinateSystem
-
getName
- Overrides:
getNamein classCoordinateSystem
-
getProjection
- Overrides:
getProjectionin classCoordinateSystem- Returns:
- the Projection
-
getEPSGCode
public int getEPSGCode()- Overrides:
getEPSGCodein classCoordinateSystem
-
compareTo
- Specified by:
compareToin interfaceComparable- Overrides:
compareToin classCoordinateSystem
-