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 Summary
Modifier and TypeMethodDescriptionvoidclose()booleanprotected voidfinalize()getId()Returns the identifier for the coordinate reference.getName()Returns the name of the coordinate reference.getType()Returns the coordinate reference type.inthashCode()Returns the hash value for this coordinate reference.toString()
-
Method Details
-
finalize
protected void finalize() -
close
public void close()- Specified by:
closein 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.
-
getType
Returns the coordinate reference type.- Returns:
- the coordinate reference type.
- Since:
- 2025.0
-
toString
-
hashCode
public int hashCode()Returns the hash value for this coordinate reference. -
equals
-