Uses of Interface
org.apache.sis.internal.feature.FeatureExpression
Packages that use FeatureExpression
Package
Description
Filters features according their properties.
A set of helper classes for the SIS implementation.
Partial implementation of SQLMM operations as filter expressions.
-
Uses of FeatureExpression in org.apache.sis.filter
Classes in org.apache.sis.filter that implement FeatureExpressionModifier and TypeClassDescription(package private) classArithmetic operations between two numerical values.(package private) static final classThe "Add" (+) expression.(package private) static final classThe "Divide" (÷) expression.(package private) static final classThe "Multiply" (×) expression.(package private) static final classThe "Subtract" (−) expression.(package private) final classExpression whose value is computed by retrieving the value indicated by the provided path.(package private) final classConvertFunction<R,S, V> Expression whose results are converted to a different type.(package private) classLeafExpression<R,V> Expressions that do not depend on any other expression.(package private) static classA constant, literal value that can be used in expressions.(package private) static final classA literal value which is the result of transforming another literal.(package private) classExpression whose value is computed by retrieving the value indicated by the provided name.private static final classAn expression fetching property values asObject.private static final classAn expression fetching property values as an object of specified type.private static classAn expression fetching property values as an object of specified type. -
Uses of FeatureExpression in org.apache.sis.internal.feature
Methods in org.apache.sis.internal.feature that return FeatureExpressionModifier and TypeMethodDescriptionstatic FeatureExpression<?,?> FeatureExpression.castOrCopy(Expression<?, ?> candidate) Tries to cast or convert the given expression to aFeatureExpression. -
Uses of FeatureExpression in org.apache.sis.internal.filter.sqlmm
Classes in org.apache.sis.internal.filter.sqlmm that implement FeatureExpressionModifier and TypeClassDescription(package private) classA function where the last argument is the identifier of a Coordinate Reference System.(package private) classGeometryConstructor<R,G> SQLMM spatial functions taking non-geometry operands and creating a geometry.(package private) classGeometryParser<R,G> SQLMM spatial functions taking non-geometry operands and parsing a geometry.(package private) classOneGeometry<R,G> SQLMM spatial functions taking a single geometry operand.(package private) static final classSQLMM spatial functions taking a single geometry operand with one argument.(package private) classBase class of SQLMM spatial functions.(package private) final classST_FromBinary<R,G> Constructor for a geometry which is transformed from a Well-Known Binary (WKB) representation.(package private) final classST_FromText<R,G> Constructor for a geometry which is transformed from a Well-Known Text (WKT) representation.(package private) final classST_Point<R,G> An expression which creates a point geometry from coordinate values.(package private) final classST_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.(package private) classTwoGeometries<R,G> SQLMM spatial functions taking two geometry operands.(package private) static final classSQLMM spatial functions taking a single geometry operand with one argument.