Uses of Class
com.vividsolutions.jump.datastore.spatialite.GeometricColumnType
-
Packages that use GeometricColumnType Package Description com.vividsolutions.jump.datastore.spatialite -
-
Uses of GeometricColumnType in com.vividsolutions.jump.datastore.spatialite
Methods in com.vividsolutions.jump.datastore.spatialite that return GeometricColumnType Modifier and Type Method Description static GeometricColumnType
GeometricColumnType. valueOf(String name)
Returns the enum constant of this type with the specified name.static GeometricColumnType[]
GeometricColumnType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vividsolutions.jump.datastore.spatialite that return types with arguments of type GeometricColumnType Modifier and Type Method Description Map<String,GeometricColumnType>
SpatialiteDSMetadata. getGeoColTypesdMap()
-