Uses of Enum Class
com.luciad.format.sqlite.geopackage.ELcdGeoPackageSpecificationVersion
Packages that use ELcdGeoPackageSpecificationVersion
-
Uses of ELcdGeoPackageSpecificationVersion in com.luciad.format.sqlite.geopackage
Methods in com.luciad.format.sqlite.geopackage that return ELcdGeoPackageSpecificationVersionModifier and TypeMethodDescriptionTLcdGeoPackageModelEncoder.getExportVersion()Returns the GeoPackage specification version configured for exporting models.Returns the enum constant of this class with the specified name.static ELcdGeoPackageSpecificationVersion[]ELcdGeoPackageSpecificationVersion.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.format.sqlite.geopackage with parameters of type ELcdGeoPackageSpecificationVersionModifier and TypeMethodDescriptionvoidTLcdGeoPackageModelEncoder.setExportVersion(ELcdGeoPackageSpecificationVersion aExportVersion) Sets the GeoPackage specification to use for exporting a model to a GeoPackage file.