CM93RasterDataSet Class
A dataset for reading raster data from nautical chart databases in the CM93/3 format.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECM93 assembly)
Syntax
public class CM93RasterDataSet : DataSet
Remarks
This dataset reads raster images from nautical charts rendered by the C-Map SDK. The nautical data is stored in the CM93/3 format developed by C-Map (http://www.c-map.no).
The images are always rendered in the Wgs84MercatorEllipsoid coordinate reference system.
The scale level of the data read from the dataset is not fixed. The best possible resolution is always determined by the dataset.
For more detailed information about the various properties, please see the C-Map SDK documentation.
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
ResourceObject
DataSet
CM93RasterDataSet
Platforms
Windows
CM93RasterDataSet Members
The CM93RasterDataSet type has the following members.
Constructors
Name | Description |
---|---|
CM93RasterDataSet | Initializes a new instance of the CM93RasterDataSet class. |
Properties
Name | Description |
---|---|
CoverageOff | Gets or sets a flag indicating if the dataset coverage should be hidden. |
DangerSymbol | Gets or sets a value determining whether to show isolated underwater obstructions (wrecks, rocks etc.) of depths less than the safety contour that lie inside the area defined by the safety contour. |
DatabaseName | Gets or sets the name of the database to read. |
DeepContour | Gets or sets the depth of the deep contour line. |
Description | Gets or sets a short description of the dataset. Inherited from DataSet |
DisplayCategory | Gets or sets the C-Map display category. |
DisplayName | Gets or sets a display name for the dataset. Inherited from DataSet |
ExcludedSupplementaryDataSections | Gets a list of supplementary data section IDs to be excluded from the presentation. |
GenericTextOff | Gets or sets a flag indicating if generic text objects should be hidden. |
HeightUnit | Gets or sets the unit used to display heights. |
Id | Gets a unique identifier for this dataset instance. Inherited from DataSet |
IncludedSupplementaryDataSections | Gets a list of supplementary data section IDs to be included in the presentation. |
Index | Gets or sets a value describing how much of the information that should be read. |
IsDisposed | Gets a value that tells whether the current CM93RasterDataSet has been disposed. Inherited from EngineObject |
IsoMetadataDocument | Gets or sets the path to an ISO 19139 metadata document for the dataset. Inherited from DataSet |
LightsInfo | Gets or sets a flag indicating whether to show a short light description or not. |
LightsLegLength | Gets or sets a value determining whether to draw the real lengths of light sectors. |
Name | Gets or sets the name of the CM93RasterDataSet. Inherited from ResourceObject |
NativeHandle | Gets the native Carmenta Engine kernel object the current CM93RasterDataSet represents. Inherited from EngineObject |
NotDangerDepthsOff | Gets or sets a value determining whether to hide depths greater than SafetyDepth. |
Palette | Gets or sets the color scheme used to render the charts. |
PlainDepthContour | Gets or sets a value determining whether to hide the numbering on depth contours. |
PlainPresentation | Gets or sets a value determining whether to use plain presentation of area boundaries. |
RangeUnit | Gets or sets the length unit used to display ranges. |
SafetyContour | Gets or sets the depth of the safety contour line. |
SafetyContourLineOff | Gets or sets whether DEPCNT objects should not be displayed as safety contours. |
SafetyContourOnly | Gets or sets a value determining whether to only show the safety contour. |
SafetyDepth | Gets or sets the safety depth. All soundings with a depth value greater than this will be shown in gray color. |
ShallowContour | Gets or sets the depth of the shallow contour line. |
ShallowDepthsOff | Gets or sets a value determining if depths less than ShallowContour are hidden or not. |
ShallowPattern | Gets or sets a value determining whether to use a fill pattern to make shallow areas more prominent. |
ShowInfo | Gets or sets a value determining whether to show a symbol for objects that have an information attribute. |
ShowIsolatedDangers | Gets or sets a value determining whether to show isolated dangers in shallow waters. |
ShowRadarConspicuous | Gets or sets a value determining whether radar conspicuous objects (pylons, bridges etc.) should be given a special presentation. |
ShowTextDesc | Gets or sets a value determining whether to show a symbol for objects that have a description attribute. |
SimplePresentation | Gets or sets a value determining if the simple presentation of POINTS should be used. |
SuppressInitializationErrors | Gets or sets a flag indicating how errors during dataset initialization are handled. Inherited from DataSet |
TextImportant | Gets or sets a value determining whether to display important navigational texts, for example the clearance of a bridge. |
TextOther | Gets or sets a value determining whether to display other texts, for example the names of objects. |
TwoShadeScheme | Gets or sets a value determining whether to use the two shade presentation of depth areas. |
UseNominalScale | Gets or sets a flag indicating if the dataset uses the local view scale or the nominal scale to select data charts. |
IUserProperties.UserProperties | Gets the AttributeSet that contains the user properties. Inherited from IUserProperties |
VisibleSectorOn | Gets or sets a value determining which light sectors to highlight. |
Visualization | Gets or sets a value determining how to render the charts. |
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 DataSet |
FlushCache | Frees any information the dataset may have cached, including all cached features. Inherited from DataSet |
GetChildObjects | Overloaded. Gets the child objects of the current object. Inherited from DataSet |
GetDataCoverage | Gets coverage information for this dataset in a given area. Inherited from DataSet |
Looks up an existing dataset instance from a dataset identity. Inherited from DataSet | |
GetDataSetInfo | Returns a dataset info that describes the contents of this dataset. Inherited from DataSet |
GetDataSetInfoAsync | Makes an asynchronous call to GetDataSetInfo. Inherited from DataSet |
GetFeature | Gets the feature with the specified identity. Inherited from DataSet |
GetFeatures | Overloaded. Gets features from the dataset. Inherited from DataSet |
GetFloatValueAt | Overloaded. Gets the float raster value from a cell at the specified position. Inherited from DataSet |
GetFloatValuesAt | Overloaded. Gets a number of float raster values. Inherited from DataSet |
GetLocalizedDescription | Gets a localized version of the dataset description in a specific language. Inherited from DataSet |
GetLocalizedDisplayName | Gets a localized version of the dataset display name in a specific language. Inherited from DataSet |
GetLocalizedIsoMetadataDocument | Gets the path to an ISO 19139 metadata document for a specific language. Inherited from DataSet |
GetNormalizedFloatValueAt | Overloaded. Gets the raster value from a cell at the specified position, normalized by Scale and Offset. Inherited from DataSet |
GetNormalizedFloatValuesAt | Overloaded. Gets a number of raster values, normalized by Scale and Offset. Inherited from DataSet |
GetValueAt | Overloaded. Gets the integer value from a raster cell at the specified position. Inherited from DataSet |
GetValuesAt | Overloaded. Gets a number of raster values. Inherited from DataSet |
HasLocalizedDescription | Checks if a localized version of the dataset description is available in a specific language. Inherited from DataSet |
HasLocalizedDisplayName | Checks if a localized version of the dataset display name is available in a specific language. Inherited from DataSet |
HasLocalizedIsoMetadataDocument | Checks if an ISO 19139 metadata document is available for a specific language. Inherited from DataSet |
HighestRasterValue | Finds the highest raster value inside the given polygon. Inherited from DataSet |
Initialize | Initializes the dataset. Inherited from DataSet |
SetLocalizedDescription | Sets a dataset description in a specific language. Inherited from DataSet |
SetLocalizedDisplayName | Sets a dataset display name in a specific language. Inherited from DataSet |
SetLocalizedIsoMetadataDocument | Sets the path to an ISO 19139 metadata document for the dataset, for a specific language. Inherited from DataSet |
TryGetFloatValueAt | Overloaded. Gets the float value from a raster cell at the specified position. Inherited from DataSet |
TryGetNormalizedFloatValueAt | Overloaded. Gets the float value from a raster cell at the specified position, normalized by Scale and Offset. Inherited from DataSet |
TryGetValueAt | Overloaded. Gets the integer value from a raster cell at the specified position. Inherited from DataSet |