LuciadCPillar C# 2024.0.08
|
Supports interactive creation of Features on the Map. More...
Namespaces | |
namespace | Features |
Creating features. | |
namespace | Geometries |
Creating geometries for features. | |
Classes | |
class | Creator |
This class allows you to interactively create Features on the Map . More... | |
interface | ICreatorObserver |
This observer is called when a feature was created and added to the layer by the Creator class, or when creation failed. More... | |
Enumerations | |
enum | LineCreationMode { Automatic , Click , Freehand } |
Line creation mode. More... | |
Supports interactive creation of Features on the Map.
Creator
is the main entry point for interactive feature creation.
See the related guide for an overview of the creation API.
Line
creation mode.
Allows to restrict how a line is constructed based on input events.