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.ScopeGeoPkgMetadata. getScope()static GeoPkgMetadata.ScopeGeoPkgMetadata.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 voidGeoPkgMetadata. 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)
-