Uses of Class
org.geotools.geopkg.Entry.DataType

Packages that use Entry.DataType
org.geotools.geopkg   
 

Uses of Entry.DataType in org.geotools.geopkg
 

Fields in org.geotools.geopkg declared as Entry.DataType
protected  Entry.DataType Entry.dataType
           
 

Methods in org.geotools.geopkg that return Entry.DataType
 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
 void Entry.setDataType(Entry.DataType dataType)
           
 



Copyright © 1996-2014 Geotools. All Rights Reserved.