GeoPackageMetadataScope Enumeration
This enumeration represents the possible GeoPackage metadata scopes which are valid according to the OGC Geopackage Metadata Extension.
NuGet/Assembly: Carmenta.Engine.5.17.0.nupkg (in the CEDataSets assembly)
Syntax
public enum GeoPackageMetadataScopeValues
| Value name | Value | Description |
|---|---|---|
| Undefined | 0 | |
| FieldSession | 1 | |
| CollectionSession | 2 | |
| Series | 3 | |
| Dataset | 4 | |
| FeatureType | 5 | |
| Feature | 6 | |
| AttributeType | 7 | |
| Attribute | 8 | |
| Tile | 9 | |
| Model | 10 | |
| Catalog | 11 | |
| Schema | 12 | |
| Taxonomy | 13 | |
| Software | 14 | |
| Service | 15 | |
| CollectionHardware | 16 | |
| NonGeographicDataset | 17 | |
| DimensionGroup | 18 |
Platforms
Windows, Linux, Android