Uses of Class
org.geotools.geopkg.GeoPackage.DataType
-
Packages that use GeoPackage.DataType Package Description org.geotools.geopkg -
-
Uses of GeoPackage.DataType in org.geotools.geopkg
Methods in org.geotools.geopkg that return GeoPackage.DataType Modifier and Type Method Description static GeoPackage.DataType
GeoPackage.DataType. valueOf(String name)
Returns the enum constant of this type with the specified name.static GeoPackage.DataType[]
GeoPackage.DataType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-