LuciadCPillar C# 2024.0.04
Luciad.Models.FeatureTiles.IFeatureTileModel Class Reference

Marker interface for tiled feature models. More...

Inheritance diagram for Luciad.Models.FeatureTiles.IFeatureTileModel:
Luciad.Models.Model

Public Member Functions

void Dispose ()
 
Luciad.Models.ModelMetadata GetModelMetadata ()
 Returns the meta data for this model. 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...
 

Detailed Description

Marker interface for tiled feature models.

You can create a tiled feature model in one of the the following ways:

  • Use a model decoder to decode tiled feature data encoded in a certain format.
Since
2024.0

Member Function Documentation

◆ Dispose()

void Luciad.Models.FeatureTiles.IFeatureTileModel.Dispose ( )
inline

◆ GetModelMetadata()

Luciad.Models.ModelMetadata Luciad.Models.FeatureTiles.IFeatureTileModel.GetModelMetadata ( )
inline

Returns the meta data for this model.

Returns
the meta data for this model.

Implements Luciad.Models.Model.

◆ QueryBounds()

Luciad.Geometries.Bounds Luciad.Models.FeatureTiles.IFeatureTileModel.QueryBounds ( )
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.

Returns
the bounds of this model, if available.

Implements Luciad.Models.Model.