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 CrsWktExtensionVersionCrsWktExtensionVersion. FIRSTFirst versionstatic CrsWktExtensionVersionCrsWktExtensionVersion. LATESTLatest supported versionMethods in mil.nga.geopackage.extension that return CrsWktExtensionVersion Modifier and Type Method Description static CrsWktExtensionVersionCrsWktExtensionVersion. 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 StringCrsWktExtension. getExtensionName(CrsWktExtensionVersion version)Get the extension name for the versionList<Extensions>CrsWktExtension. getOrCreate(CrsWktExtensionVersion version)Get or create the version of the extensionbooleanCrsWktExtension. has(CrsWktExtensionVersion version)Determine if the GeoPackage has the version of the extensionbooleanCrsWktExtension. hasMinimum(CrsWktExtensionVersion version)Determine if the GeoPackage has at least the minimum version of the extensionbooleanCrsWktExtensionVersion. isMinimum(CrsWktExtensionVersion version)Is the version at or above the minimum versionvoidCrsWktExtension. removeExtension(CrsWktExtensionVersion version)Remove the extension.
-