Package com.luciad.models.tileset3d
Class ITileSet3DModel
java.lang.Object
com.luciad.models.tileset3d.ITileSet3DModel
- All Implemented Interfaces:
Model
,AutoCloseable
Marker interface for 3D tile set models.
You can create a layer for this model using TileSet3DLayer
.
-
Method Details
-
finalize
protected void finalize() -
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-
getModelMetadata
Description copied from interface:Model
Returns the meta data for this model.- Specified by:
getModelMetadata
in interfaceModel
- Returns:
- the meta data for this model.
-
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 interfaceModel
- Returns:
- the bounds of this model, if available.
-