Uses of Class
org.apache.sis.internal.filter.sqlmm.FunctionWithSRID
Packages that use FunctionWithSRID
Package
Description
Partial implementation of SQLMM operations as filter expressions.
-
Uses of FunctionWithSRID in org.apache.sis.internal.filter.sqlmm
Subclasses of FunctionWithSRID in org.apache.sis.internal.filter.sqlmmModifier and TypeClassDescription(package private) class
GeometryConstructor<R,
G> SQLMM spatial functions taking non-geometry operands and creating a geometry.(package private) class
GeometryParser<R,
G> SQLMM spatial functions taking non-geometry operands and parsing a geometry.(package private) final class
ST_FromBinary<R,
G> Constructor for a geometry which is transformed from a Well-Known Binary (WKB) representation.(package private) final class
ST_FromText<R,
G> Constructor for a geometry which is transformed from a Well-Known Text (WKT) representation.(package private) final class
ST_Point<R,
G> An expression which creates a point geometry from coordinate values.(package private) final class
ST_Transform<R,
G> Return an geometry value transformed to the specified spatial reference system, considering z and m coordinate values in the calculations and including them in the resultant geometry.