Uses of Enum
org.apache.sis.internal.sql.feature.InfoStatements.GeometryTypeEncoding
Packages that use InfoStatements.GeometryTypeEncoding
-
Uses of InfoStatements.GeometryTypeEncoding in org.apache.sis.internal.sql.feature
Methods in org.apache.sis.internal.sql.feature that return InfoStatements.GeometryTypeEncodingModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static InfoStatements.GeometryTypeEncoding[]
InfoStatements.GeometryTypeEncoding.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sis.internal.sql.feature with parameters of type InfoStatements.GeometryTypeEncodingModifier and TypeMethodDescriptionprotected final void
InfoStatements.configureSpatialColumns
(PreparedStatement columnQuery, TableReference source, Map<String, Column> columns, InfoStatements.GeometryTypeEncoding typeValueKind) Implementation ofInfoStatements.completeIntrospection(TableReference, Map)
for geometries, as a separated methods for allowing sub-classes to override above-cited method.