Uses of Interface
org.opengis.filter.expression.Multiply
-
Packages that use Multiply Package Description org.geotools.brewer.styling.filter.expression org.geotools.data.complex.filter org.geotools.data.jdbc org.geotools.data.mongodb org.geotools.filter org.geotools.filter.expression org.geotools.filter.text.commons org.geotools.filter.text.cqljson org.geotools.filter.visitor org.geotools.xml.filter The package name does not map the prefix name because we feel that this is a better representation.org.opengis.filter Filters features according their properties.org.opengis.filter.expression An expression is a combination of one or more elements that evaluate to singleObject
value. -
-
Uses of Multiply in org.geotools.brewer.styling.filter.expression
Methods in org.geotools.brewer.styling.filter.expression that return Multiply Modifier and Type Method Description Multiply
MultiplyBuilder. build()
Methods in org.geotools.brewer.styling.filter.expression with parameters of type Multiply Modifier and Type Method Description MultiplyBuilder
MultiplyBuilder. reset(Multiply original)
Constructors in org.geotools.brewer.styling.filter.expression with parameters of type Multiply Constructor Description MultiplyBuilder(Multiply expression)
-
Uses of Multiply in org.geotools.data.complex.filter
Methods in org.geotools.data.complex.filter with parameters of type Multiply Modifier and Type Method Description Object
ComplexFilterSplitter.CapabilitiesExpressionVisitor. visit(Multiply expr, Object extraData)
Object
UnmappingFilterVisitor. visit(Multiply expr, Object arg1)
-
Uses of Multiply in org.geotools.data.jdbc
Methods in org.geotools.data.jdbc with parameters of type Multiply Modifier and Type Method Description Object
FilterToSQL. visit(Multiply expression, Object extraData)
-
Uses of Multiply in org.geotools.data.mongodb
Methods in org.geotools.data.mongodb with parameters of type Multiply Modifier and Type Method Description Object
AbstractFilterToMongo. visit(Multiply expression, Object extraData)
-
Uses of Multiply in org.geotools.filter
Methods in org.geotools.filter that return Multiply Modifier and Type Method Description Multiply
FilterFactoryImpl. multiply(Expression expr1, Expression expr2)
-
Uses of Multiply in org.geotools.filter.expression
Classes in org.geotools.filter.expression that implement Multiply Modifier and Type Class Description class
MultiplyImpl
Implementation of Multiply expression.Methods in org.geotools.filter.expression with parameters of type Multiply Modifier and Type Method Description Object
AbstractExpressionVisitor. visit(Multiply expr, Object extraData)
-
Uses of Multiply in org.geotools.filter.text.commons
Methods in org.geotools.filter.text.commons with parameters of type Multiply Modifier and Type Method Description Object
ExpressionToText. visit(Multiply expression, Object extraData)
-
Uses of Multiply in org.geotools.filter.text.cqljson
Methods in org.geotools.filter.text.cqljson with parameters of type Multiply Modifier and Type Method Description Object
ExpressionToCQL2Json. visit(Multiply expression, Object extraData)
-
Uses of Multiply in org.geotools.filter.visitor
Methods in org.geotools.filter.visitor with parameters of type Multiply Modifier and Type Method Description Object
AbstractFinderFilterVisitor. visit(Multiply expression, Object data)
Object
AbstractSearchFilterVisitor. visit(Multiply expression, Object data)
Object
CapabilitiesFilterSplitter. visit(Multiply filter, Object notUsed)
Object
DefaultExpressionVisitor. visit(Multiply expression, Object data)
Object
DefaultFilterVisitor. visit(Multiply expression, Object data)
Object
DuplicatingFilterVisitor. visit(Multiply expression, Object extraData)
Object
ExpressionTypeVisitor. visit(Multiply expression, Object extraData)
Object
ExtractBoundsFilterVisitor. visit(Multiply expression, Object data)
Object
IsFullySupportedFilterVisitor. visit(Multiply expression, Object extraData)
Boolean
IsStaticExpressionVisitor. visit(Multiply expression, Object data)
visit each expression and check that they are static.Object
IsSupportedFilterVisitor. visit(Multiply expression, Object extraData)
Object
NullExpressionVisitor. visit(Multiply expression, Object extraData)
Object
NullFilterVisitor. visit(Multiply expression, Object data)
Object
PostPreProcessFilterSplittingVisitor. visit(Multiply filter, Object notUsed)
-
Uses of Multiply in org.geotools.xml.filter
Methods in org.geotools.xml.filter with parameters of type Multiply Modifier and Type Method Description Object
FilterTransformer.FilterTranslator. visit(Multiply expression, Object extraData)
-
Uses of Multiply in org.opengis.filter
Methods in org.opengis.filter that return Multiply Modifier and Type Method Description Multiply
FilterFactory. multiply(Expression expr1, Expression expr2)
Computes the numeric product of their first and second operand. -
Uses of Multiply in org.opengis.filter.expression
Methods in org.opengis.filter.expression with parameters of type Multiply Modifier and Type Method Description Object
ExpressionVisitor. visit(Multiply expression, Object extraData)
-