Package com.luciad.formats.geopackage
Class GeoPackageDataSource
java.lang.Object
com.luciad.formats.geopackage.GeoPackageDataSource
- All Implemented Interfaces:
AutoCloseable
Describes a data source for GeoPackage.
Used for creating GeoPackage models.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
protected void
finalize()
Returns the absolute path to the GeoPackage file.Returns the name of the table that needs to be decoded.static GeoPackageDataSource.Builder
Returns the builder class for creation of the GeoPackage data source.
-
Method Details
-
finalize
protected void finalize() -
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-
newBuilder
Returns the builder class for creation of the GeoPackage data source.- Returns:
- the builder class for creation of the GeoPackage data source.
-
getSource
Returns the absolute path to the GeoPackage file.- Returns:
- The absolute path to the GeoPackage file.
-
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:
-