MapPackageVectorTable Class
A table in a GeoPackage that contains vector features.
NuGet/Assembly: Carmenta.Engine.5.17.0.nupkg (in the CEDataSets assembly)
Syntax
public class MapPackageVectorTable : MapPackageTableRemarks
Represents a table in a GeoPackage that contains vector features. Used to specify table parameters in a call to MapPackage.CreateVectorWriter.
Inheritance Hierarchy
System.Object
EngineObject
MapPackageTable
MapPackageVectorTable
Platforms
Windows, Linux, Android
MapPackageVectorTable Members
The MapPackageVectorTable type has the following members.
Constructors
| Name | Description |
|---|---|
| MapPackageVectorTable | Initializes a new instance of the MapPackageVectorTable class with the given table name and coordinate reference system. |
Properties
| Name | Description |
|---|---|
| Attributes | The attributes that should be included when writing the vector features. |
| Bounds | Gets or sets the bounding rectangle of the MapPackageVectorTable. Inherited from MapPackageTable |
| Crs | Gets or sets the coordinate reference system of the MapPackageVectorTable. Inherited from MapPackageTable |
| IsDisposed | Gets a value that tells whether the current MapPackageVectorTable has been disposed. Inherited from EngineObject |
| Name | Gets or sets the name of the MapPackageVectorTable. Inherited from MapPackageTable |
| NativeHandle | Gets the native Carmenta Engine kernel object the current MapPackageVectorTable represents. Inherited from EngineObject |
| SaveMode | The FeatureSaveMode used for the vector features. |
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 |