Package com.vividsolutions.jump.coordsys
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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static CoordinateSystemUNSPECIFIED
-
Constructor Summary
Constructors Constructor Description CoordinateSystem(String name, int epsgCode, Projection projection)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description intcompareTo(Object o)intgetEPSGCode()StringgetName()ProjectiongetProjection()Deprecated.reprojection will be implemented differently at a later pointStringtoString()
-
-
-
Field Detail
-
UNSPECIFIED
public static final CoordinateSystem UNSPECIFIED
-
-
Constructor Detail
-
CoordinateSystem
public CoordinateSystem(String name, int epsgCode, Projection projection)
-
-
Method Detail
-
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:
compareToin interfaceComparable
-
-