Uses of Enum
com.vividsolutions.jump.datastore.spatialite.GeometryColumnsLayout
Packages that use GeometryColumnsLayout
-
Uses of GeometryColumnsLayout in com.vividsolutions.jump.datastore.spatialite
Subclasses with type arguments of type GeometryColumnsLayout in com.vividsolutions.jump.datastore.spatialiteModifier and TypeClassDescriptionenumAn Enum representing Spatialite Geometry_column layout: either a FDO layout, an OGR OGC layout, an OGR Spatialite layout, an GeoPackage layout or no layout (no *_geometry_columns MD table found)Methods in com.vividsolutions.jump.datastore.spatialite that return GeometryColumnsLayoutModifier and TypeMethodDescriptionSpatialiteDSMetadata.getGeometryColumnsLayout()static 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.