LuciadCPillar C# 2024.0.08
|
Interface for models. More...
Public Member Functions | |
ModelMetadata | GetModelMetadata () |
Returns the meta data for this model. More... | |
Bounds | QueryBounds () |
Returns the bounds of this model, if available. More... | |
Interface for models.
This interface should not be implemented directly, but rather its sub-interfaces, like IFeatureModel
.
ModelMetadata Luciad.Models.Model.GetModelMetadata | ( | ) |
Returns the meta data for this model.
Implemented in Luciad.Models.FeatureTiles.IFeatureTileModel, Luciad.Models.Rasters.IRasterModel, and Luciad.Models.TileSet3D.ITileSet3DModel.
Bounds Luciad.Models.Model.QueryBounds | ( | ) |
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.
Implemented in Luciad.Models.FeatureTiles.IFeatureTileModel, Luciad.Models.Rasters.IRasterModel, and Luciad.Models.TileSet3D.ITileSet3DModel.