LuciadCPillar C# 2024.0.05
|
Marker interface for raster models. More...
Public Member Functions | |
bool | CanInvalidate () |
Returns whether the model supports invalidation of the raster data. More... | |
void | Dispose () |
Luciad.Models.ModelMetadata | GetModelMetadata () |
Returns the meta data for this model. More... | |
void | Invalidate () |
This method indicates that the content of the raster model has changed. More... | |
Luciad.Geometries.Bounds | QueryBounds () |
Returns the bounds of this model, if available. More... | |
ModelMetadata | GetModelMetadata () |
Returns the meta data for this model. More... | |
Bounds | QueryBounds () |
Returns the bounds of this model, if available. More... | |
Marker interface for raster models.
You can create a raster model in one of the the following ways:
This article provides more information on how to create a raster model.
|
inline |
Returns whether the model supports invalidation of the raster data.
|
inline |
|
inline |
Returns the meta data for this model.
Implements Luciad.Models.Model.
|
inline |
This method indicates that the content of the raster model has changed.
Data needs to be re-fetched from the model.
This method can be called from any thread.
|
inline |
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.
Implements Luciad.Models.Model.