Uses of Class
org.geotools.geopkg.GeoPkgExtension.Scope
-
Packages that use GeoPkgExtension.Scope Package Description org.geotools.geopkg -
-
Uses of GeoPkgExtension.Scope in org.geotools.geopkg
Fields in org.geotools.geopkg declared as GeoPkgExtension.Scope Modifier and Type Field Description protected GeoPkgExtension.Scope
GeoPkgExtension. scope
Methods in org.geotools.geopkg that return GeoPkgExtension.Scope Modifier and Type Method Description GeoPkgExtension.Scope
GeoPkgExtension. getScope()
The scope of the extensionstatic GeoPkgExtension.Scope
GeoPkgExtension.Scope. valueOf(String name)
Returns the enum constant of this type with the specified name.static GeoPkgExtension.Scope[]
GeoPkgExtension.Scope. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.geotools.geopkg with parameters of type GeoPkgExtension.Scope Constructor Description GeoPkgExtension(String name, String definition, GeoPkgExtension.Scope scope, GeoPackage geoPackage)
Creates a new geopackage extension.
-