ShapefileAttribute Class
Specifies one attribute or column in a DBF file when writing Shapefile data.
NuGet/Assembly: Carmenta.Engine.5.17.0.nupkg (in the CEDataSets assembly)
Syntax
public class ShapefileAttribute : EngineObjectRemarks
This class specifies one attribute column to be written to the DBF file when a collection of features is saved as a Shapefile.
Inheritance Hierarchy
System.Object
EngineObject
ShapefileAttribute
Platforms
Windows, Linux, Android
ShapefileAttribute Members
The ShapefileAttribute type has the following members.
Constructors
| Name | Description |
|---|---|
| ShapefileAttribute | Initializes a new instance of the ShapefileAttribute class. |
Properties
| Name | Description |
|---|---|
| DefaultValue | Gets the default value to write if a feature is missing the attribute. |
| IsDisposed | Gets a value that tells whether the current ShapefileAttribute has been disposed. Inherited from EngineObject |
| Name | Gets the name of the attribute. |
| NativeHandle | Gets the native Carmenta Engine kernel object the current ShapefileAttribute represents. Inherited from EngineObject |
| Precision | Gets the number of decimals to use for a fixed-point double attribute. |
| RecordLength | Gets the size of the attribute value field, in bytes. |
| Type | Gets the type of the attribute, determined by the default value supplied to the constructor. |
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 |