GeoBaseInfoEntry Class
Describes an additional data quality layer according to French standard GéoBase Défense Edition V2.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public class GeoBaseInfoEntry : EngineObject
Remarks
This class holds parameters for one additional data quality layer in a GeoBaseInfo instance. The path and file name properties typically point to an external, georeferenced raster file. Each individual raster value in this file corresponds to a certain set of quality parameters, available through the RasterAttributeTable property.
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
GeoBaseInfoEntry
Platforms
Windows, Linux, Android
GeoBaseInfoEntry Members
The GeoBaseInfoEntry type has the following members.
Properties
Name | Description |
---|---|
FileName | Gets the file name part of the external quality file. |
Format | Gets the file format of the external quality file. |
IsDisposed | Gets a value that tells whether the current GeoBaseInfoEntry has been disposed. Inherited from EngineObject |
MeasureIdentification | Gets the identification of the quality layer. |
MeasureName | Gets a string describing the quality layer. |
NativeHandle | Gets the native Carmenta Engine kernel object the current GeoBaseInfoEntry represents. Inherited from EngineObject |
Path | Gets the directory part of the external quality file. |
RasterAttributeTable | Gets a table with quality parameters associated with each individual raster value in the external raster file. |
Version | Gets the file format version of the external quality file. |
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 |