Package com.luciad.geodesy
Class CoordinateReference
java.lang.Object
com.luciad.geodesy.CoordinateReference
- All Implemented Interfaces:
AutoCloseable
Represents a coordinate reference.
This is the common API for both geo-referenced and non-geo-referenced coordinate references.
-
Method Details
-
finalize
protected void finalize() -
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-
getId
Returns the identifier for the coordinate reference.- Returns:
- the identifier for the coordinate reference.
-
getName
Returns the name of the coordinate reference.- Returns:
- the name of the coordinate reference.
-
toString
-
hashCode
public int hashCode()Returns the hash value for this coordinate reference. -
equals
-