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 TypeMethodDescriptionvoid
close()
boolean
protected void
finalize()
getId()
Returns the identifier for the coordinate reference.getName()
Returns the name of the coordinate reference.getType()
Returns the coordinate reference type.int
hashCode()
Returns the hash value for this coordinate reference.toString()
-
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.
-
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
-