← Back to carmenta.com
Carmenta Engine SDK Documentation
×

TerrainAccessOperator.PositionInput Property

Gets or sets an operator that gives a start position as a point or line feature.

Thread safety: This property is not thread-safe. Show

Syntax

C#
public Operator PositionInput { get; set; }

Property Value

Type: Operator
Default: null
The operator that gives a start position as a point or line feature.

Remarks

The operator calculates the travel times – the accessibility – from a given starting feature. This is usually a point feature, but it can also be a line feature, in which case all nodes are used collectively as starting points (the edges between the nodes are not used as starting points, so you may need to densify the line feature in some use cases).

The PositionInput can be null (no operator at all): this will activate a different mode of the TerrainAccessOperator where the accessibility is calculated from the road network. All the road features are used collectively as starting points, including both explicit road nodes and intermediate points on road edges. Note that the PositionInput will not be regarded as null if it is an operator that just happens to give no features, for example a ReadOperator connected to an empty dataset.

Platforms

Windows, Linux, Android

By accessing the information on this site you accept our terms and conditions and privacy policy.
This site uses cookies to enhance your experience and provide additional functionality.

Accept