LuciadCPillar 2024.0.08
|
Creating geometries for features. More...
Classes | |
class | luciad::IGeometryCreateCallback |
A callback interface that can signal that a geometry was changed in the context of creation. More... | |
class | luciad::IGeometryCreator |
A geometry creator can create geometry instances, based on input events. More... | |
class | luciad::PatchCreator |
This class can create patch instances, based on other created geometries. More... | |
class | luciad::PointCreator |
This class can create point instances. More... | |
class | luciad::PolylineCreator |
This class can create polyline instances. More... | |
class | luciad::PolylineRingCreator |
This class can create (2D) polyline ring instances. More... | |
Creating geometries for features.
Geometry creators define how a geometry is created. There are default implementations for many types of geometries. A geometry creator can be set on the default feature creator to configure the geometry that is used to create a feature.
See the related guide for an overview of the creation API.