Class ModelMetadata

java.lang.Object
com.luciad.models.ModelMetadata
All Implemented Interfaces:
AutoCloseable

public final class ModelMetadata extends Object implements AutoCloseable
Represents meta data common for all types of models.
  • 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
    • newBuilder Link icon

      @NotNull public static ModelMetadata.Builder newBuilder()
      Creates a builder class for the creation of the ModelMetadata.
      Returns:
      the builder class for the creation of the ModelMetadata.
    • getTitle Link icon

      @NotNull public String getTitle()
      Returns the human-readable description of the model.
      Returns:
      the human-readable description of the model.