Package com.luciad.formats.geopackage
Class GeoPackageFeatureModelExportOptions
java.lang.Object
com.luciad.formats.geopackage.GeoPackageFeatureModelExportOptions
- All Implemented Interfaces:
AutoCloseable
Options for exporting a
IFeatureModel
to a GeoPackage file using the GeoPackage Encoder
.- Since:
- 2024.0
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Builder
for the GeoPackage model encoding export options. -
Method Summary
-
Method Details
-
finalize
protected void finalize() -
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-
newBuilder
Returns the new builder.- Returns:
- the new builder.
-
isLuciadExtensionsEnabled
public boolean isLuciadExtensionsEnabled()Returns whether the new feature model has Luciad specific extensions.- Returns:
- whether the new feature model has Luciad specific extensions.
- See Also:
-
isOverwriteExistingTables
public boolean isOverwriteExistingTables()Returns whether existing tables with the same name should be overwritten, or if it should result in an error.- Returns:
- whether existing tables with the same name should be overwritten, or if it should result in an error.
- See Also:
-