Uses of Class
mil.nga.geopackage.extension.ExtensionScopeType
-
Packages that use ExtensionScopeType Package Description mil.nga.geopackage.extension -
-
Uses of ExtensionScopeType in mil.nga.geopackage.extension
Methods in mil.nga.geopackage.extension that return ExtensionScopeType Modifier and Type Method Description static ExtensionScopeTypeExtensionScopeType. fromValue(String value)Get the type from the valueExtensionScopeTypeExtensions. getScope()Get the extension scope typestatic ExtensionScopeTypeExtensionScopeType. valueOf(String name)Returns the enum constant of this type with the specified name.static ExtensionScopeType[]ExtensionScopeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in mil.nga.geopackage.extension with parameters of type ExtensionScopeType Modifier and Type Method Description protected ExtensionsBaseExtension. getOrCreate(String extensionName, String tableName, String columnName, String definition, ExtensionScopeType scopeType)Get the extension or create as neededvoidExtensions. setScope(ExtensionScopeType scope)Set the extension scope type
-