LuciadCPillar C# 2023.1.04
Luciad.Create Namespace Reference

Namespaces

namespace  Features
 
namespace  Geometries
 

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...
 

Enumeration Type Documentation

◆ LineCreationMode

Line creation mode.

luciad/create/LineCreationMode.h Allows to restrict how a line is constructed based on input events. 2022.0

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::LineCreationMode.
Enumerator
Automatic 

Automatic mode (default), in which either of click or freehand mode is automatically selected based on input events.

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::LineCreationMode::Automatic.
Click 

Click mode, in which each point of a line is created upon touch tap or mouse click.

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::LineCreationMode::Click.
Freehand 

Freehand mode, in which all points of a line are created in sequence during a drag gesture.

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::LineCreationMode::Freehand.