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