Class GeoPackageFeatureModelExportOptions

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

public final class GeoPackageFeatureModelExportOptions extends Object implements AutoCloseable
Options for exporting a IFeatureModel to a GeoPackage file using the GeoPackage Encoder.
Since:
2024.0
  • 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 GeoPackageFeatureModelExportOptions.Builder 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: