Package com.luciad.formats.geopackage
Class GeoPackageModelDecoderOptions
java.lang.Object
com.luciad.formats.geopackage.GeoPackageModelDecoderOptions
- All Implemented Interfaces:
AutoCloseable
Options for decoding GeoPackage data.
- Since:
- 2023.1
-
Method Details
-
finalize
protected void finalize() -
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-
newBuilder
Returns the new builder.- Returns:
- the new builder.
-
isEditable
public boolean isEditable()Returns whether the resulting model is editable.Applies only to feature models.
- Returns:
- whether the resulting model is editable.
-