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 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
    • hashCode Link icon

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

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