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 aCoordinateReferenceSysteminto 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 intcompareTo(Object o)intgetEPSGCode()StringgetName()ProjectiongetProjection()StringtoString()
-
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toStringin classCoordinateSystem
-
getName
public String getName()
- Overrides:
getNamein classCoordinateSystem
-
getProjection
public Projection getProjection()
- Overrides:
getProjectionin classCoordinateSystem- Returns:
- the Projection
-
getEPSGCode
public int getEPSGCode()
- Overrides:
getEPSGCodein classCoordinateSystem
-
compareTo
public int compareTo(Object o)
- Specified by:
compareToin interfaceComparable- Overrides:
compareToin classCoordinateSystem
-
-