CorridorOperator2D Class
Creates 2d corridors from line geometries.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CEOperators assembly)
Syntax
public class CorridorOperator2D : UnaryOperator
Remarks
A CorridorOperator2D can be regarded as a specialized BufferZoneOperator that creates corridor polygons in 2D from line features only: input features that are not lines are ignored.
A corridor can be asymmetric, since the width is controlled by two properties LeftWidth and RightWidth, and it can use the same types of line caps and line joins as a LineVisualizer can.
![]() |
Since the values of LeftWidth and RightWidth may be attribute variables, the Margin property must be set to a constant value that is greater than whatever values LeftWidth and RightWidth can possibly get from the input line attributes. In effect, the Margin tells the operator how far outside the View.Area it must request input features.
Coordinate Reference System for output features
The operator may choose to calculate in the same Coordinate Reference System as used by the input line feature, or it may choose a different CRS. In either case, the output polygon will be expressed in the CRS used for the calculation. If you just intend to display the result, its CRS does not matter, since the layer will eventually reproject it for the View. But if you intend to post-process the result with your own custom operator, you should not make assumptions about the CRS of the output, since the CRS choice is complicated and may change in future versions of Carmenta Engine.
Accuracy
The calculations are done in the geometry of a plane map projection and will be more accurate for short lines.
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
Operator
UnaryOperator
CorridorOperator2D
Platforms
Windows, Linux, Android
CorridorOperator2D Members
The CorridorOperator2D type has the following members.
Constructors
Name | Description |
---|---|
CorridorOperator2D | Initializes a new instance of the CorridorOperator2D class. |
Properties
Name | Description |
---|---|
ArcAccuracy | Gets or sets a value controlling the node density of generated arcs. |
Description | Gets or sets a short description of the operator. Inherited from Operator |
DisplayName | Gets or sets a display name for the operator. Inherited from Operator |
Input | Gets or sets the input operator, from which this operator reads features. Inherited from UnaryOperator |
IsDisposed | Gets a value that tells whether the current CorridorOperator2D has been disposed. Inherited from EngineObject |
IsoMetadataDocument | Gets or sets the path to an ISO 19139 metadata document for the operator. Inherited from Operator |
LeftWidth | Gets or sets the left side width, in meters. |
LineCap | Gets or sets a LineCap value that controls the corridor shape at the start and end nodes of the input line. |
LineJoin | Gets or sets a LineJoin value that controls the corridor shape at each interior node of the input line. |
Margin | Gets or sets a margin in meters, added to the view area when requesting data from the input operator. |
Name | Gets or sets the name of the operator. Inherited from Operator |
NativeHandle | Gets the native Carmenta Engine kernel object the current CorridorOperator2D represents. Inherited from EngineObject |
RightWidth | Gets or sets the right side width, in meters. |
IUserProperties.UserProperties | Gets the AttributeSet that contains the user properties. Inherited from IUserProperties |
Methods
Name | Description |
---|---|
Clone | Creates a copy of an object. Inherited from EngineObject |
Dispose | Releases the reference to the native Carmenta Engine kernel instance the EngineObject represents. Inherited from EngineObject |
Equals | Determines whether this instance is equal to another. Inherited from EngineObject |
FindChildObject | Overloaded. Finds the child object with the specified name. Inherited from Operator |
FlushCache | Marks the layer as flushed which will release cached resources during the next update. Inherited from Operator |
GetChildObjects | Overloaded. Gets the child objects of the current object. Inherited from Operator |
GetFeatures | Overloaded. Gets features from the operator chain. Inherited from Operator |
GetLocalizedDescription | Gets a localized version of the operator description in a specific language. Inherited from Operator |
GetLocalizedDisplayName | Gets a localized version of the operator display name in a specific language. Inherited from Operator |
GetLocalizedIsoMetadataDocument | Gets the path to an ISO 19139 metadata document for a specific language. Inherited from Operator |
GetRasterFeature | Overloaded. Gets raster features from the operator chain and merges them into a single raster. Inherited from Operator |
HasLocalizedDescription | Checks if a localized version of the operator description is available in a specific language. Inherited from Operator |
HasLocalizedDisplayName | Checks if a localized version of the operator display name is available in a specific language. Inherited from Operator |
HasLocalizedIsoMetadataDocument | Checks if an ISO 19139 metadata document is available for a specific language. Inherited from Operator |
SetLocalizedDescription | Sets a operator description in a specific language. Inherited from Operator |
SetLocalizedDisplayName | Sets a operator display name in a specific language. Inherited from Operator |
SetLocalizedIsoMetadataDocument | Sets the path to an ISO 19139 metadata document for the operator, for a specific language. Inherited from Operator |