Class DataAnnotation

java.lang.Object
com.luciad.datamodels.DataAnnotation
All Implemented Interfaces:
AutoCloseable
Direct Known Subclasses:
GeometryDataAnnotation

public class DataAnnotation extends Object implements AutoCloseable
Application-specific metadata that can be added to parts of a data model.
See Also:
  • Method Details

    • finalize

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

      public void close()
      Specified by:
      close in interface AutoCloseable
    • hashCode

      public int hashCode()
      Returns the hash value for this annotation.
      Overrides:
      hashCode in class Object
      Returns:
      the hash value for this annotation.
    • equals

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