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.geopkgFields in org.geotools.geopkg declared as Entry.DataType Modifier and Type Field Description protected Entry.DataTypeEntry. dataTypeMethods in org.geotools.geopkg that return Entry.DataType Modifier and Type Method Description Entry.DataTypeEntry. getDataType()static Entry.DataTypeEntry.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 voidEntry. setDataType(Entry.DataType dataType)
 
-