Uses of Class
org.apache.sis.internal.filter.sqlmm.SpatialFunction

Packages that use SpatialFunction
Package
Description
Partial implementation of SQLMM operations as filter expressions.
  • Uses of SpatialFunction in org.apache.sis.internal.filter.sqlmm

    Modifier and Type
    Class
    Description
    (package private) class 
    A function where the last argument is the identifier of a Coordinate Reference System.
    (package private) class 
    SQLMM spatial functions taking non-geometry operands and creating a geometry.
    (package private) class 
    SQLMM spatial functions taking non-geometry operands and parsing a geometry.
    (package private) class 
    SQLMM spatial functions taking a single geometry operand.
    (package private) static final class 
    SQLMM spatial functions taking a single geometry operand with one argument.
    (package private) final class 
    Constructor for a geometry which is transformed from a Well-Known Binary (WKB) representation.
    (package private) final class 
    Constructor for a geometry which is transformed from a Well-Known Text (WKT) representation.
    (package private) final class 
    An expression which creates a point geometry from coordinate values.
    (package private) final class 
    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.
    (package private) class 
    SQLMM spatial functions taking two geometry operands.
    (package private) static final class 
    SQLMM spatial functions taking a single geometry operand with one argument.