Uses of Enum Class
org.geotools.geopkg.GeoPkgExtension.Scope
Packages that use GeoPkgExtension.Scope
-
Uses of GeoPkgExtension.Scope in org.geotools.geopkg
Fields in org.geotools.geopkg declared as GeoPkgExtension.ScopeMethods in org.geotools.geopkg that return GeoPkgExtension.ScopeModifier and TypeMethodDescriptionGeoPkgExtension.getScope()
The scope of the extensionstatic GeoPkgExtension.Scope
Returns the enum constant of this class with the specified name.static GeoPkgExtension.Scope[]
GeoPkgExtension.Scope.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.geotools.geopkg with parameters of type GeoPkgExtension.ScopeModifierConstructorDescriptionprotected
GeoPkgExtension
(String name, String definition, GeoPkgExtension.Scope scope, GeoPackage geoPackage) Creates a new geopackage extension.