CM93RasterQuery Class
A class for specifying additional parameters to CM93RasterDataSet queries.
NuGet/Assembly: Carmenta.Engine.5.17.0.nupkg (in the CECM93 assembly)
Syntax
public class CM93RasterQuery : Query
Remarks
This class extends the Query class with query parameters specific to the CM93RasterDataSet.
Inheritance Hierarchy
System.Object
EngineObject
ResourceObject
Query
CM93RasterQuery
Platforms
Windows
CM93RasterQuery Members
The CM93RasterQuery type has the following members.
Constructors
Name | Description |
---|---|
CM93RasterQuery | Initializes a new instance of the CM93RasterQuery class. |
Properties
Name | Description |
---|---|
IsDisposed | Gets a value that tells whether the current CM93RasterQuery has been disposed. Inherited from EngineObject |
MaxScale | Gets or sets the maximum scale level of data to read. Data with higher scale that this (coarser resolution) will not be read. |
MinScale | Gets or sets the minimum scale level of data to read. Data with lower scale that this (higher resolution) will not be read. |
Name | Gets or sets the name of the CM93RasterQuery. Inherited from ResourceObject |
NativeHandle | Gets the native Carmenta Engine kernel object the current CM93RasterQuery represents. Inherited from EngineObject |
ReadLines | Gets or sets a flag indicating if line features should be read from the dataset. Inherited from Query |
ReadMeshes | Gets or sets a flag indicating if mesh features should be read from the dataset. Inherited from Query |
ReadMultiGeometries | Gets or sets a flag indicating if multi-geometry features should be read from the dataset. Inherited from Query |
ReadMultiLines | Gets or sets a flag indicating if multi-line features should be read from the dataset. Inherited from Query |
ReadMultiPoints | Gets or sets a flag indicating if multi-point features should be read from the dataset. Inherited from Query |
ReadMultiPolygons | Gets or sets a flag indicating if multi-polygon features should be read from the dataset. Inherited from Query |
ReadPoints | Gets or sets a flag indicating if point features should be read from the dataset. Inherited from Query |
ReadPolygons | Gets or sets a flag indicating if polygon features should be read from the dataset. Inherited from Query |
ReadRasters | Gets or sets a flag indicating if raster features should be read from the dataset. Inherited from Query |
ResolutionFactor | Gets or sets a value that adjusts the resolution a ReadOperator requests when it reads data from a DataSet. Inherited from Query |
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 |
Match | Checks if a Feature matches the Query. Inherited from Query |