Package com.luciad.formats.geopackage
package com.luciad.formats.geopackage
Support for accessing OGC GeoPackage data.
- Use
GeoPackageModelDecoder#discoverTables
to see which data is offered by a GeoPackage file. - Use
GeoPackageModelDecoder#decode
to decode a model to access the data within a GeoPackage file.
-
ClassesClassDescriptionDescribes a data source for GeoPackage.Builder for creating
GeoPackageDataSource
.Options for creating a new GeoPackageIFeatureModel
in a GeoPackage file using theGeoPackage Encoder
.Builder
for the GeoPackage model create options.Options for exporting aIFeatureModel
to a GeoPackage file using theGeoPackage Encoder
.Builder
for the GeoPackage model encoding export options.This class is a factory that provides new instances of aModel
.Options for decoding GeoPackage data.Builder
for the GeoPackage decoder options.TheGeoPackageModelEncoder
allows for exporting existing feature models as well as creating entirely new GeoPackage feature models.Provides information about a GeoPackage table.