Uses of Class
org.geotools.geopkg.GeoPkgMetadataReference.Scope
-
Packages that use GeoPkgMetadataReference.Scope Package Description org.geotools.geopkg -
-
Uses of GeoPkgMetadataReference.Scope in org.geotools.geopkg
Methods in org.geotools.geopkg that return GeoPkgMetadataReference.Scope Modifier and Type Method Description GeoPkgMetadataReference.Scope
GeoPkgMetadataReference. getScope()
static GeoPkgMetadataReference.Scope
GeoPkgMetadataReference.Scope. valueOf(String name)
Returns the enum constant of this type with the specified name.static GeoPkgMetadataReference.Scope[]
GeoPkgMetadataReference.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 GeoPkgMetadataReference.Scope Modifier and Type Method Description void
GeoPkgMetadataReference. setScope(GeoPkgMetadataReference.Scope scope)
Constructors in org.geotools.geopkg with parameters of type GeoPkgMetadataReference.Scope Constructor Description GeoPkgMetadataReference(Long id, GeoPkgMetadataReference.Scope scope, String table, String column, Long rowId, Date timestamp, GeoPkgMetadata metadata, GeoPkgMetadata metadataParent)
GeoPkgMetadataReference(GeoPkgMetadataReference.Scope scope, String table, String column, Long rowId, Date timestamp, GeoPkgMetadata metadata, GeoPkgMetadata metadataParent)
-