Uses of Class
org.geotools.geopkg.GeoPkgMetadata.Scope
-
Packages that use GeoPkgMetadata.Scope Package Description org.geotools.geopkg -
-
Uses of GeoPkgMetadata.Scope in org.geotools.geopkg
Methods in org.geotools.geopkg that return GeoPkgMetadata.Scope Modifier and Type Method Description GeoPkgMetadata.Scope
GeoPkgMetadata. getScope()
static GeoPkgMetadata.Scope
GeoPkgMetadata.Scope. valueOf(String name)
Returns the enum constant of this type with the specified name.static GeoPkgMetadata.Scope[]
GeoPkgMetadata.Scope. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.geotools.geopkg with parameters of type GeoPkgMetadata.Scope Modifier and Type Method Description void
GeoPkgMetadata. setScope(GeoPkgMetadata.Scope scope)
Constructors in org.geotools.geopkg with parameters of type GeoPkgMetadata.Scope Constructor Description GeoPkgMetadata(long id, GeoPkgMetadata.Scope scope, String URI, String mimeType, String metadata)
GeoPkgMetadata(GeoPkgMetadata.Scope scope, String URI, String mimeType, String metadata)
-