GeoPackageMetadata Class
Contains metadata and associated fields for an entry in an OGC GeoPackage Metadata table.
NuGet/Assembly: Carmenta.Engine.5.17.0.nupkg (in the CEDataSets assembly)
Syntax
public class GeoPackageMetadata : EngineObjectInheritance Hierarchy
System.Object
EngineObject
GeoPackageMetadata
Platforms
Windows, Linux, Android
See Also
Reference
DataSets Module
MapPackage
GeoPackageMetadataWriter
MapPackageDataSet
MapPackageDataSet.GetMetadataDocuments
Other Resources
GeoPackageMetadata Members
The GeoPackageMetadata type has the following members.
Constructors
| Name | Description |
|---|---|
| GeoPackageMetadata | Initializes a new instance of the GeoPackageMetadata class. |
Properties
| Name | Description |
|---|---|
| IsDisposed | Gets a value that tells whether the current GeoPackageMetadata has been disposed. Inherited from EngineObject |
| Metadata | The metadata. |
| MimeType | MIME type of the metadata entry. |
| NativeHandle | Gets the native Carmenta Engine kernel object the current GeoPackageMetadata represents. Inherited from EngineObject |
| Scope | The scope to which this metadata applies. |
| Uri | The URI reference to the specified metadata structure definition authority. |
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 |