LuciadCPillar 2024.0.08
|
Creating features. More...
Classes | |
class | luciad::FeatureCreateContext |
This class provides context information for feature creation. More... | |
class | luciad::FeatureCreator |
This class can create feature instances, based on a geometry. More... | |
class | luciad::IFeatureCreateCallback |
A callback interface that can signal that a feature was changed in the context of creation. More... | |
class | luciad::IFeatureCreator |
A feature creator can create feature instances, based on input events. More... | |
Creating features.
Feature creators define how a feature is created. There is a default implementation that delegates creation to a Geometry Creator.
See the related guide for an overview of the creation API.