Class CoordinateSystem

java.lang.Object
com.vividsolutions.jump.coordsys.CoordinateSystem
All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
CoordinateSystemWrapper

public class CoordinateSystem extends Object implements Comparable, Serializable
This class represents a coordinate system.
See Also:
  • Field Details

  • Constructor Details

    • CoordinateSystem

      public CoordinateSystem(String name, int epsgCode, Projection projection)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getName

      public String getName()
    • getProjection

      @Deprecated public Projection getProjection()
      Deprecated.
      reprojection will be implemented differently at a later point
      Returns:
      the Projection
    • getEPSGCode

      public int getEPSGCode()
    • compareTo

      public int compareTo(Object o)
      Specified by:
      compareTo in interface Comparable