RasterizeOperator Class
Generates raster features by rasterizing vector features.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CEOperators assembly)
Syntax
public class RasterizeOperator : UnaryOperator
Remarks
The overall idea of this operator is to rasterize incoming vector features and return the resulting raster.
The operator can work in two modes depending on the setting of UseVisualizers. If this property is False, the operator rasterizes lines and polygons in a simple fashion using the cell value specified by the Value property. Other feature types will be ignored. If UseVisualizers is True, the operator rasterizes all features using attached visualizers. In this case all features will affect the final result.
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
Operator
UnaryOperator
RasterizeOperator
Platforms
Windows, Linux, Android
RasterizeOperator Members
The RasterizeOperator type has the following members.
Constructors
Name | Description |
---|---|
RasterizeOperator | Initializes a new instance of the RasterizeOperator class. |
Properties
Name | Description |
---|---|
Background | Gets or sets a value specifying the background color of the output rasters. |
BitDepth | Gets or sets the bit depth of the produced raster. |
CellHeight | Gets or sets the cell height of the produced raster. |
CellWidth | Gets or sets the cell width of the produced raster. |
Crs | Gets or sets the coordinate reference system that the generated raster should be defined in. |
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 RasterizeOperator has been disposed. Inherited from EngineObject |
IsoMetadataDocument | Gets or sets the path to an ISO 19139 metadata document for the operator. Inherited from Operator |
LineWidth | Gets or sets the width of rasterized lines. |
Name | Gets or sets the name of the operator. Inherited from Operator |
NativeHandle | Gets the native Carmenta Engine kernel object the current RasterizeOperator represents. Inherited from EngineObject |
OffsetX | Gets or sets an offset to a cell's corner relative to the origin in the coordinate reference system. |
OffsetY | Gets or sets an offset to a cell's corner relative to the origin in the coordinate reference system. |
Renderer | Gets a value indicating which type of drawable should be used to render the output rasters. |
UndefinedValue | Gets or sets the value that all cells are initialized to before rasterization. |
IUserProperties.UserProperties | Gets the AttributeSet that contains the user properties. Inherited from IUserProperties |
UseVisualizers | Gets or sets a flag indicating if features should be drawn with attached visualizers, or only with the raster value specified by Value. |
Value | Gets or sets the value that the raster cells that are rasterized from lines or polygons should be set to. |
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 |