Uses of Class
org.geotools.geopkg.Entry.DataType
-
Packages that use Entry.DataType Package Description org.geotools.geopkg -
-
Uses of Entry.DataType in org.geotools.geopkg
Fields in org.geotools.geopkg declared as Entry.DataType Modifier and Type Field Description protected Entry.DataType
Entry. dataType
Methods in org.geotools.geopkg that return Entry.DataType Modifier and Type Method Description Entry.DataType
Entry. getDataType()
static Entry.DataType
Entry.DataType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Entry.DataType[]
Entry.DataType. 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 Entry.DataType Modifier and Type Method Description void
Entry. setDataType(Entry.DataType dataType)
-