ShapefileSchema Class
Specifies parameters needed when writing Shapefile data.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CEDataSets assembly)
Syntax
public class ShapefileSchema : EngineObject
Remarks
This class specifies a number of parameters required to save a collection of features to a Shapefile on disk, including the Shapefile geometry type and attribute list.
You can initialize a new ShapefileSchema instance from an existing Shapefile on disk with the static FromFile method if you want to save features using the same schema. However, Carmenta Engine will only save the x and y coordinates, the z-coordinates will be discarded.
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
ShapefileSchema
Platforms
Windows, Linux, Android
ShapefileSchema Members
The ShapefileSchema type has the following members.
Constructors
Name | Description |
---|---|
ShapefileSchema | Initializes a new instance of the ShapefileSchema class. |
Properties
Name | Description |
---|---|
Attributes | Gets the list of attributes to write. |
CodePage | Gets or sets the code page to use for attribute names and string attribute values written to the Shapefile. |
IsDisposed | Gets a value that tells whether the current ShapefileSchema has been disposed. Inherited from EngineObject |
NativeHandle | Gets the native Carmenta Engine kernel object the current ShapefileSchema represents. Inherited from EngineObject |
Type | Gets or sets the type of geometries that will be written. |
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 |
Returns a new instance of the ShapefileSchema class that contains the schema information used by the specified file. |