LuciadCPillar 2024.0.04
|
Marker interface for tiled feature models. More...
#include <luciad/models/featuretiles/IFeatureTileModel.h>
Public Member Functions | |
~IFeatureTileModel () override=default | |
Public Member Functions inherited from luciad::Model | |
virtual | ~Model ()=default |
virtual ModelMetadata | getModelMetadata () const =0 |
Returns the meta data for this model. More... | |
virtual std::shared_ptr< Bounds > | queryBounds () const =0 |
Returns the bounds of this model, if available. More... | |
Marker interface for tiled feature models.
You can create a tiled feature model in one of the the following ways:
|
overridedefault |