![]() |
LuciadCPillar C# 2024.1.04
|
Support for accessing OGC GeoPackage data. More...
Classes | |
class | GeoPackageDataSource |
Describes a data source for GeoPackage. More... | |
class | GeoPackageFeatureModelCreateOptions |
Options for creating a new GeoPackage IFeatureModel in a GeoPackage file using the GeoPackage Encoder . More... | |
class | GeoPackageFeatureModelExportOptions |
Options for exporting a IFeatureModel to a GeoPackage file using the GeoPackage Encoder . More... | |
class | GeoPackageModelDecoder |
This class is a factory that provides new instances of a Model . More... | |
class | GeoPackageModelDecoderOptions |
Options for decoding GeoPackage data. More... | |
class | GeoPackageModelEncoder |
The GeoPackageModelEncoder allows for exporting existing feature models as well as creating entirely new GeoPackage feature models. More... | |
class | GeoPackageTableMetadata |
Provides information about a GeoPackage table. More... | |
Support for accessing OGC GeoPackage data.
GeoPackageModelDecoder.DiscoverTables
to see which data is offered by a GeoPackage file. GeoPackageModelDecoder.Decode
to decode a model to access the data within a GeoPackage file.