Package com.luciad.models
Class ModelMetadata
java.lang.Object
com.luciad.models.ModelMetadata
- All Implemented Interfaces:
AutoCloseable
Represents meta data common for all types of models.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
The builder class to create the luciad::ModelMedata class. -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
protected void
finalize()
getTitle()
Returns the human-readable description of the model.static ModelMetadata.Builder
Creates a builder class for the creation of theModelMetadata
.
-
Method Details
-
finalize
protected void finalize() -
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-
newBuilder
Creates a builder class for the creation of theModelMetadata
.- Returns:
- the builder class for the creation of the
ModelMetadata
.
-
getTitle
Returns the human-readable description of the model.- Returns:
- the human-readable description of the model.
-