Package org.apache.sis.internal.filter
Class FunctionNames
java.lang.Object
org.apache.sis.util.Static
org.apache.sis.internal.filter.FunctionNames
Names of some expressions used in Apache SIS.
This class defines only the names that need to be references from at least two different classes.
- Since:
- 1.1
- Version:
- 1.1
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The "Add" (+) arithmetic expression.static final String
The "Divide" (÷) arithmetic expression.static final String
Value ofLiteral.getFunctionName()
.static final String
The "Multiply" (×) arithmetic expression.static final String
Name ofSQLMM.ST_Contains
.static final String
Name ofSQLMM.ST_Crosses
.static final String
Name ofSQLMM.ST_Disjoint
.static final String
Name ofSQLMM.ST_Equals
.static final String
Name ofSQLMM.ST_Intersects
.static final String
Name ofSQLMM.ST_Overlaps
.static final String
Name ofSQLMM.ST_Touches
.static final String
Name ofSQLMM.ST_Within
.static final String
The "Subtract" (−) arithmetic expression.static final String
Value ofValueReference.getFunctionName()
. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
Literal
Value ofLiteral.getFunctionName()
.- See Also:
-
ValueReference
Value ofValueReference.getFunctionName()
.- See Also:
-
Add
The "Add" (+) arithmetic expression.- See Also:
-
Subtract
The "Subtract" (−) arithmetic expression.- See Also:
-
Multiply
The "Multiply" (×) arithmetic expression.- See Also:
-
Divide
The "Divide" (÷) arithmetic expression.- See Also:
-
ST_Contains
Name ofSQLMM.ST_Contains
.- See Also:
-
ST_Crosses
Name ofSQLMM.ST_Crosses
.- See Also:
-
ST_Disjoint
Name ofSQLMM.ST_Disjoint
.- See Also:
-
ST_Equals
Name ofSQLMM.ST_Equals
.- See Also:
-
ST_Intersects
Name ofSQLMM.ST_Intersects
.- See Also:
-
ST_Overlaps
Name ofSQLMM.ST_Overlaps
.- See Also:
-
ST_Touches
Name ofSQLMM.ST_Touches
.- See Also:
-
ST_Within
Name ofSQLMM.ST_Within
.- See Also:
-
-
Constructor Details
-
FunctionNames
private FunctionNames()Do not allow instantiation of this class.
-