Class ITileSet3DModel

java.lang.Object
com.luciad.models.tileset3d.ITileSet3DModel
All Implemented Interfaces:
Model, AutoCloseable

public final class ITileSet3DModel extends Object implements AutoCloseable, Model
Marker interface for 3D tile set models.

You can create a layer for this model using TileSet3DLayer.

  • Method Details

    • finalize

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

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

      @NotNull public ModelMetadata getModelMetadata()
      Description copied from interface: Model
      Returns the meta data for this model.
      Specified by:
      getModelMetadata in interface Model
      Returns:
      the meta data for this model.
    • queryBounds

      @Nullable public Bounds queryBounds()
      Description copied from interface: Model
      Returns the bounds of this model, if available.

      When the bounds of this model are not known, or if they are too expensive to calculate, this method may return no bounds.

      Specified by:
      queryBounds in interface Model
      Returns:
      the bounds of this model, if available.