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:
closein interfaceAutoCloseable
-
getModelMetadata
Description copied from interface:ModelReturns the meta data for this model.- Specified by:
getModelMetadatain interfaceModel- Returns:
- the meta data for this model.
-
queryBounds
Description copied from interface:ModelReturns 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:
queryBoundsin interfaceModel- Returns:
- the bounds of this model, if available.
-