Class GeoPackageDataSource

java.lang.Object
com.luciad.formats.geopackage.GeoPackageDataSource
All Implemented Interfaces:
AutoCloseable

public final class GeoPackageDataSource extends Object implements AutoCloseable
Describes a data source for GeoPackage.

Used for creating GeoPackage models.

  • Method Details

    • finalize

      protected void finalize()
      Overrides:
      finalize in class Object
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
    • newBuilder

      @NotNull public static GeoPackageDataSource.Builder newBuilder()
      Returns the builder class for creation of the GeoPackage data source.
      Returns:
      the builder class for creation of the GeoPackage data source.
    • getSource

      @NotNull public String getSource()
      Returns the absolute path to the GeoPackage file.
      Returns:
      The absolute path to the GeoPackage file.
    • getTableName

      @Nullable public String getTableName()
      Returns the name of the table that needs to be decoded.

      If not specified, the first supported table is used.

      Returns:
      The name of the table that needs to be decoded.
      See Also: