Uses of Enum
org.apache.sis.internal.sql.feature.BinaryEncoding
Packages that use BinaryEncoding
Package
Description
Build
DefaultFeatureType
s by inspection of database schemas.Specialization of
org.apache.sis.internal.sql.feature
for the PostGIS database.-
Uses of BinaryEncoding in org.apache.sis.internal.sql.feature
Fields in org.apache.sis.internal.sql.feature declared as BinaryEncodingModifier and TypeFieldDescriptionprivate final BinaryEncoding
GeometryGetter.encoding
The way binary data are encoded in the geometry column.private final BinaryEncoding
ValueGetter.AsBytes.encoding
The encoding of bytes returned by JDBC driver.Methods in org.apache.sis.internal.sql.feature that return BinaryEncodingModifier and TypeMethodDescriptionprotected BinaryEncoding
Database.getBinaryEncoding
(Column columnDefinition) Returns an identifier of the way binary data are encoded by the JDBC driver.static BinaryEncoding
Returns the enum constant of this type with the specified name.static BinaryEncoding[]
BinaryEncoding.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.sis.internal.sql.feature with parameters of type BinaryEncodingModifierConstructorDescriptionprivate
AsBytes
(BinaryEncoding encoding) (package private)
GeometryGetter
(Geometries<G> geometryFactory, Class<V> geometryClass, org.opengis.referencing.crs.CoordinateReferenceSystem defaultCRS, BinaryEncoding encoding) Creates a new reader. -
Uses of BinaryEncoding in org.apache.sis.internal.sql.postgis
Fields in org.apache.sis.internal.sql.postgis declared as BinaryEncodingModifier and TypeFieldDescriptionprivate final BinaryEncoding
RasterGetter.encoding
The way binary data are encoded in the raster column.Methods in org.apache.sis.internal.sql.postgis that return BinaryEncodingModifier and TypeMethodDescriptionprotected BinaryEncoding
Postgres.getBinaryEncoding
(Column columnDefinition) Returns an identifier of the way binary data are encoded by the JDBC driver.Constructors in org.apache.sis.internal.sql.postgis with parameters of type BinaryEncodingModifierConstructorDescription(package private)
RasterGetter
(org.opengis.referencing.crs.CoordinateReferenceSystem defaultCRS, BinaryEncoding encoding) Creates a new reader.