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

      @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 Link icon

      @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.