Uses of Class
mil.nga.geopackage.extension.CrsWktExtensionVersion
-
Packages that use CrsWktExtensionVersion Package Description mil.nga.geopackage.extension -
-
Uses of CrsWktExtensionVersion in mil.nga.geopackage.extension
Fields in mil.nga.geopackage.extension declared as CrsWktExtensionVersion Modifier and Type Field Description static CrsWktExtensionVersion
CrsWktExtensionVersion. FIRST
First versionstatic CrsWktExtensionVersion
CrsWktExtensionVersion. LATEST
Latest supported versionMethods in mil.nga.geopackage.extension that return CrsWktExtensionVersion Modifier and Type Method Description static CrsWktExtensionVersion
CrsWktExtensionVersion. valueOf(String name)
Returns the enum constant of this type with the specified name.static CrsWktExtensionVersion[]
CrsWktExtensionVersion. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in mil.nga.geopackage.extension that return types with arguments of type CrsWktExtensionVersion Modifier and Type Method Description List<CrsWktExtensionVersion>
CrsWktExtensionVersion. atMinimum()
Versions at and above this versionMethods in mil.nga.geopackage.extension with parameters of type CrsWktExtensionVersion Modifier and Type Method Description String
CrsWktExtension. getExtensionName(CrsWktExtensionVersion version)
Get the extension name for the versionList<Extensions>
CrsWktExtension. getOrCreate(CrsWktExtensionVersion version)
Get or create the version of the extensionboolean
CrsWktExtension. has(CrsWktExtensionVersion version)
Determine if the GeoPackage has the version of the extensionboolean
CrsWktExtension. hasMinimum(CrsWktExtensionVersion version)
Determine if the GeoPackage has at least the minimum version of the extensionboolean
CrsWktExtensionVersion. isMinimum(CrsWktExtensionVersion version)
Is the version at or above the minimum versionvoid
CrsWktExtension. removeExtension(CrsWktExtensionVersion version)
Remove the extension.
-