Package com.luciad.models
Class ModelMetadata.Builder
java.lang.Object
com.luciad.models.ModelMetadata.Builder
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
ModelMetadata
The builder class to create the luciad::ModelMedata class.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds theModelMetadata
.void
close()
protected void
finalize()
Sets the title for the model.
-
Constructor Details
-
Method Details
-
finalize
protected void finalize() -
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-
build
Builds theModelMetadata
.- Returns:
- the
ModelMetadata
.
-
title
Sets the title for the model.- Parameters:
title
- the model's title.- Returns:
- this builder.
-