Uses of Enum Class
org.geotools.geopkg.GeoPkgMetadata.Scope
Packages that use GeoPkgMetadata.Scope
-
Uses of GeoPkgMetadata.Scope in org.geotools.geopkg
Methods in org.geotools.geopkg that return GeoPkgMetadata.ScopeModifier and TypeMethodDescriptionGeoPkgMetadata.getScope()
static GeoPkgMetadata.Scope
Returns the enum constant of this class with the specified name.static GeoPkgMetadata.Scope[]
GeoPkgMetadata.Scope.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.geotools.geopkg with parameters of type GeoPkgMetadata.ScopeConstructors in org.geotools.geopkg with parameters of type GeoPkgMetadata.ScopeModifierConstructorDescriptionGeoPkgMetadata
(long id, GeoPkgMetadata.Scope scope, String URI, String mimeType, String metadata) GeoPkgMetadata
(GeoPkgMetadata.Scope scope, String URI, String mimeType, String metadata)