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