Uses of Enum
org.apache.sis.internal.sql.feature.BinaryEncoding
Packages that use BinaryEncoding
Package
Description
Build
DefaultFeatureTypes 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 BinaryEncodingGeometryGetter.encodingThe way binary data are encoded in the geometry column.private final BinaryEncodingValueGetter.AsBytes.encodingThe encoding of bytes returned by JDBC driver.Methods in org.apache.sis.internal.sql.feature that return BinaryEncodingModifier and TypeMethodDescriptionprotected BinaryEncodingDatabase.getBinaryEncoding(Column columnDefinition) Returns an identifier of the way binary data are encoded by the JDBC driver.static BinaryEncodingReturns 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 BinaryEncodingModifierConstructorDescriptionprivateAsBytes(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 BinaryEncodingRasterGetter.encodingThe way binary data are encoded in the raster column.Methods in org.apache.sis.internal.sql.postgis that return BinaryEncodingModifier and TypeMethodDescriptionprotected BinaryEncodingPostgres.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.