TopoBaseInfoEntry Class
Describes an additional data quality layer according to French standard TOPOBASE Défense Edition 2.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public class TopoBaseInfoEntry : EngineObject
Remarks
This class holds parameters for one additional data quality layer in a GeoBaseInfo instance. The path, file name, format and version properties point to an external file. If the external files contains polygons described in GML, these will be read and can be accessed through the QualityAreas property.
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
TopoBaseInfoEntry
Platforms
Windows, Linux, Android
TopoBaseInfoEntry Members
The TopoBaseInfoEntry 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 TopoBaseInfoEntry 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 TopoBaseInfoEntry represents. Inherited from EngineObject |
Path | Gets the directory part of the external quality file. |
QualityAreas | Gets a list of polygon features for areas with different quality parameters. |
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 |