Uses of Enum Class
org.geotools.geopkg.GeoPkgMetadataReference.Scope
Packages that use GeoPkgMetadataReference.Scope
-
Uses of GeoPkgMetadataReference.Scope in org.geotools.geopkg
Methods in org.geotools.geopkg that return GeoPkgMetadataReference.ScopeModifier and TypeMethodDescriptionGeoPkgMetadataReference.getScope()
Returns the enum constant of this class with the specified name.static GeoPkgMetadataReference.Scope[]
GeoPkgMetadataReference.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 GeoPkgMetadataReference.ScopeModifier and TypeMethodDescriptionvoid
GeoPkgMetadataReference.setScope
(GeoPkgMetadataReference.Scope scope) Constructors in org.geotools.geopkg with parameters of type GeoPkgMetadataReference.ScopeModifierConstructorDescriptionGeoPkgMetadataReference
(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)