Class CoordinateReference

java.lang.Object
com.luciad.geodesy.CoordinateReference
All Implemented Interfaces:
AutoCloseable

public final class CoordinateReference extends Object implements AutoCloseable
Represents a coordinate reference.

This is the common API for both geo-referenced and non-geo-referenced coordinate references.

  • Method Details Link icon

    • finalize Link icon

      protected void finalize()
      Overrides:
      finalize in class Object
    • close Link icon

      public void close()
      Specified by:
      close in interface AutoCloseable
    • getId Link icon

      @NotNull public String getId()
      Returns the identifier for the coordinate reference.
      Returns:
      the identifier for the coordinate reference.
    • getName Link icon

      @NotNull public String getName()
      Returns the name of the coordinate reference.
      Returns:
      the name of the coordinate reference.
    • toString Link icon

      @NotNull public String toString()
      Overrides:
      toString in class Object
    • hashCode Link icon

      public int hashCode()
      Returns the hash value for this coordinate reference.
      Overrides:
      hashCode in class Object
      Returns:
      the hash value for this coordinate reference.
    • equals Link icon

      public boolean equals(@Nullable Object other)
      Overrides:
      equals in class Object