Uses of Enum
com.vividsolutions.jump.datastore.mariadb.GeometryColumnsLayout
Packages that use GeometryColumnsLayout
-
Uses of GeometryColumnsLayout in com.vividsolutions.jump.datastore.mariadb
Subclasses with type arguments of type GeometryColumnsLayout in com.vividsolutions.jump.datastore.mariadbModifier and TypeClassDescriptionenumAn Enum representing MySQL/MariaDB Geometry_column layout: either an OGR layout, or no layout (no geometry_columns MD table found)Methods in com.vividsolutions.jump.datastore.mariadb that return GeometryColumnsLayoutModifier and TypeMethodDescriptionstatic GeometryColumnsLayoutReturns 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.