|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Expression | |
---|---|
org.geotools.brewer.color | |
org.geotools.filter | |
org.geotools.filter.expression | |
org.geotools.filter.function | |
org.geotools.filter.function.math | |
org.geotools.filter.visitor | |
org.geotools.graph.util.delaunay | |
org.geotools.jdbc | |
org.geotools.styling | Allows for symbolization of geospatial data. |
org.geotools.styling.visitor | |
org.geotools.xml.filter | The package name does not map the prefix name because we feel that this is a better representation. |
Uses of Expression in org.geotools.brewer.color |
---|
Classes in org.geotools.brewer.color that implement Expression | |
---|---|
class |
PaletteFunction
|
Uses of Expression in org.geotools.filter |
---|
Subinterfaces of Expression in org.geotools.filter | |
---|---|
interface |
AttributeExpression
Deprecated. use PropertyName |
interface |
BBoxExpression
Deprecated. Please just use a simple literal |
interface |
EnvironmentVariable
Deprecated. Please use the environmental variable function |
interface |
FunctionExpression
Deprecated. use Function |
interface |
LiteralExpression
Deprecated. use Literal |
interface |
MapScaleDenominator
Deprecated. pelase use the environmental variable function |
interface |
MathExpression
Deprecated. use BinaryExpression |
Classes in org.geotools.filter that implement Expression | |
---|---|
class |
AreaFunction
Area of provided geometry. |
class |
AsMultiGeometryFunctionExpression
Function which wraps an instance of geometry in its associatd multi geometry type. |
class |
AttributeExpressionImpl
Defines a complex filter (could also be called logical filter). |
class |
AttributeExpressionImpl2
Defines a complex filter (could also be called logical filter). |
class |
BBoxExpressionImpl
Implements a Bounding Box expression. |
class |
ConstantExpression
The Expression class is not immutable! |
class |
FallbackFunction
A placeholder class used to track a function the user requested that is not supported by our java implementation. |
class |
FunctionExpressionImpl
Abstract class for a function expression implementation |
class |
IDFunctionExpression
|
class |
LengthFunction
Takes an AttributeExpression, and computes the length of the data for the attribute. |
class |
LiteralExpressionImpl
Defines an expression that holds a literal for return. |
class |
MapScaleDenominatorImpl
This class is actualy a place holder. |
class |
MathExpressionImpl
Holds a mathematical relationship between two expressions. |
class |
MaxFunction
Deprecated. - use org.geotools.filter.function.math.MaxFunction instead |
class |
MinFunction
Deprecated. - use org.geotools.filter.function.math.MinFunction instead |
class |
NestedAttributeExpression
This class represents a list of expressions broken up from a single XPath expression that is nested in more than one feature. |
Methods in org.geotools.filter with parameters of type Expression | |
---|---|
void |
GeometryFilterImpl.addLeftGeometry(Expression leftGeometry)
Deprecated. use GeometryFilterImpl.setExpression1(org.opengis.filter.expression.Expression) |
void |
GeometryFilter.addLeftGeometry(Expression leftGeometry)
Deprecated. use BinarySpatialOperator#setExpression1(Expression) |
void |
MathExpressionImpl.addLeftValue(Expression leftValue)
Deprecated. use MathExpressionImpl.setExpression1(org.opengis.filter.expression.Expression) |
void |
CompareFilterImpl.addLeftValue(Expression leftValue)
Adds the 'left' value to this filter. |
void |
MathExpression.addLeftValue(Expression leftValue)
Deprecated. use BinaryExpression#setExpression1(Expression) |
void |
CompareFilter.addLeftValue(Expression leftValue)
Deprecated. use BinaryComparisonOperator#setExpression1(Expression) |
void |
BetweenFilterImpl.addMiddleValue(Expression middleValue)
Deprecated. use BetweenFilterImpl.setExpression(org.opengis.filter.expression.Expression) |
void |
IsBetweenImpl.addMiddleValue(Expression middleValue)
Deprecated. use IsBetweenImpl.setExpression(Expression) |
void |
BetweenFilter.addMiddleValue(Expression middleValue)
Deprecated. use PropertyIsBetween#setExpression(Expression) |
void |
GeometryFilterImpl.addRightGeometry(Expression rightGeometry)
Deprecated. use #set |
void |
GeometryFilter.addRightGeometry(Expression rightGeometry)
Deprecated. use BinarySpatialOperator#setExpression2(Expression) |
void |
MathExpressionImpl.addRightValue(Expression rightValue)
Deprecated. use MathExpressionImpl.setExpression2(org.opengis.filter.expression.Expression) |
void |
CompareFilterImpl.addRightValue(Expression rightValue)
Adds the 'right' value to this filter. |
void |
MathExpression.addRightValue(Expression rightValue)
Deprecated. use BinaryExpression#setExpression2(Expression) |
void |
CompareFilter.addRightValue(Expression rightValue)
Deprecated. use BinaryComparisonOperator#setExpression2(Expression) |
protected Object |
FilterAbstract.eval(Expression expression,
SimpleFeature feature)
Helper method for subclasses to reduce null checks |
void |
FilterSAXParser.expression(Expression expression)
Adds the passed in expression to the current filter. |
void |
IsNullImpl.nullCheckValue(Expression nullCheck)
|
void |
NullFilterImpl.nullCheckValue(Expression nullCheck)
Deprecated. use PropertyIsNull#setExpression(Expression) |
void |
NullFilter.nullCheckValue(Expression nullCheck)
Deprecated. use PropertyIsNull#setExpression(Expression) |
void |
FunctionExpressionImpl.setArgs(Expression[] args)
Deprecated. use FunctionExpressionImpl.setParameters(List) |
void |
FunctionExpression.setArgs(Expression[] args)
Deprecated. use FunctionExpression.setParameters(List) |
void |
SortBy2.setExpression(Expression expression)
GeoTools allows for more pervase use of Expression then is strictly supported by the specification. |
void |
LikeFilterImpl.setPattern(Expression p,
String wildcardMulti,
String wildcardSingle,
String escape)
Deprecated. use one of PropertyIsLike#setExpression(Expression)
PropertyIsLike#setWildCard(String)
PropertyIsLike#setSingleChar(String)
PropertyIsLike#setEscape(String) |
void |
LikeFilter.setPattern(Expression p,
String wildcardMulti,
String wildcardSingle,
String escape)
Deprecated. use one of PropertyIsLike#setExpression(Expression)
PropertyIsLike#setWildCard(String)
PropertyIsLike#setSingleChar(String)
PropertyIsLike#setEscape(String) |
void |
LikeFilterImpl.setValue(Expression attribute)
Sets the expression to be evalutated as being like the pattern |
void |
LikeFilter.setValue(Expression attribute)
Deprecated. use PropertyIsLike#setExpression(Expression) |
void |
SQLEncoder.visit(Expression expression)
Deprecated. Writes the SQL for the attribute Expression. |
void |
FilterVisitor.visit(Expression expression)
Deprecated. This should never be called. |
Uses of Expression in org.geotools.filter.expression |
---|
Classes in org.geotools.filter.expression that implement Expression | |
---|---|
class |
AddImpl
Implementation of Add expression. |
class |
DivideImpl
Implementation of divide expression. |
class |
MultiplyImpl
Implementation of Multiply expression. |
class |
SubtractImpl
Implementation of Subtract expression. |
Methods in org.geotools.filter.expression with parameters of type Expression | |
---|---|
protected Object |
ExpressionAbstract.eval(Expression expression,
SimpleFeature feature)
Helper method for subclasses to reduce null checks |
Uses of Expression in org.geotools.filter.function |
---|
Classes in org.geotools.filter.function that implement Expression | |
---|---|
class |
ClassificationFunction
Parent for classifiers which break a feature collection into the specified number of classes. |
class |
ClassifyFunction
|
class |
Collection_AverageFunction
Calculates the average value of an attribute for a given FeatureCollection and Expression. |
class |
Collection_BoundsFunction
Calculates the bounds of an attribute for a given FeatureCollection and Expression. |
class |
Collection_CountFunction
Calculates the count value of an attribute for a given SimpleFeatureCollection and Expression. |
class |
Collection_MaxFunction
Calculates the maximum value of an attribute for a given FeatureCollection and Expression. |
class |
Collection_MedianFunction
Calculates the median value of an attribute for a given FeatureCollection and Expression. |
class |
Collection_MinFunction
Calculates the minimum value of an attribute for a given FeatureCollection and Expression. |
class |
Collection_SumFunction
Calculates the sum value of an attribute for a given FeatureCollection and Expression. |
class |
Collection_UniqueFunction
Calculates the unique value of an attribute for a given FeatureCollection and Expression. |
class |
EnvFunction
Provides a lookup table of named variables allowing externally defined values to be access within a SLD document. |
class |
EqualIntervalFunction
Classification function for breaking a feature collection into edible chunks of "equal" size. |
class |
FilterFunction_area
|
class |
FilterFunction_between
|
class |
FilterFunction_boundary
|
class |
FilterFunction_boundaryDimension
|
class |
FilterFunction_buffer
|
class |
FilterFunction_bufferWithSegments
|
class |
FilterFunction_centroid
|
class |
FilterFunction_contains
|
class |
FilterFunction_Convert
Applies the available Converter to turn the value into the desired target class |
class |
FilterFunction_convexHull
|
class |
FilterFunction_crosses
|
class |
FilterFunction_dateFormat
Formats a date into a string given a certain pattern (specified in the format accepted by SimpleDateFormat } |
class |
FilterFunction_dateParse
Parses a date from a string given a certain pattern (specified in the format accepted by SimpleDateFormat } |
class |
FilterFunction_difference
|
class |
FilterFunction_dimension
|
class |
FilterFunction_disjoint
|
class |
FilterFunction_disjoint3D
|
class |
FilterFunction_distance
|
class |
FilterFunction_distance3D
|
class |
FilterFunction_double2bool
|
class |
FilterFunction_endAngle
|
class |
FilterFunction_endPoint
|
class |
FilterFunction_envelope
|
class |
FilterFunction_equalsExact
|
class |
FilterFunction_equalsExactTolerance
|
class |
FilterFunction_equalTo
|
class |
FilterFunction_exteriorRing
|
class |
FilterFunction_geometryType
|
class |
FilterFunction_geomFromWKT
|
class |
FilterFunction_geomLength
|
class |
FilterFunction_getGeometryN
|
class |
FilterFunction_getX
|
class |
FilterFunction_getY
|
class |
FilterFunction_getZ
|
class |
FilterFunction_greaterEqualThan
|
class |
FilterFunction_greaterThan
|
class |
FilterFunction_if_then_else
|
class |
FilterFunction_in10
|
class |
FilterFunction_in2
|
class |
FilterFunction_in3
|
class |
FilterFunction_in4
|
class |
FilterFunction_in5
|
class |
FilterFunction_in6
|
class |
FilterFunction_in7
|
class |
FilterFunction_in8
|
class |
FilterFunction_in9
|
class |
FilterFunction_int2bbool
|
class |
FilterFunction_int2ddouble
|
class |
FilterFunction_interiorPoint
|
class |
FilterFunction_interiorRingN
|
class |
FilterFunction_intersection
|
class |
FilterFunction_intersects
|
class |
FilterFunction_intersects3D
|
class |
FilterFunction_isClosed
|
class |
FilterFunction_isEmpty
|
class |
FilterFunction_isLike
|
class |
FilterFunction_isNull
|
class |
FilterFunction_isometric
|
class |
FilterFunction_isRing
|
class |
FilterFunction_isSimple
|
class |
FilterFunction_isValid
|
class |
FilterFunction_isWithinDistance
|
class |
FilterFunction_isWithinDistance3D
|
class |
FilterFunction_lessEqualThan
|
class |
FilterFunction_lessThan
|
class |
FilterFunction_list
A simple function that creates a list of values of any number of arguments |
class |
FilterFunction_minimumCircle
A FilterFunction that expects a Geometry and returns it's minimum bounding circle. |
class |
FilterFunction_minimumDiameter
A FilterFunction that expects a Geometry and returns it's minimum diameter. |
class |
FilterFunction_minimumRectangle
A FilterFunction that expects a Geometry and returns it's minimum rectangle. |
class |
FilterFunction_not
|
class |
FilterFunction_notEqualTo
|
class |
FilterFunction_numberFormat
Formats a number into a string given a certain pattern (specified in the format accepted by DecimalFormat } |
class |
FilterFunction_numberFormat2
Formats a number into a string given a certain pattern (specified in the format accepted by DecimalFormat }
This function expands on FilterFunction_numberFormat and adds some additonal parameters
such as allowing the user to explicitly specify the decimal and group separators, rather than
falling back on locale based defaults. |
class |
FilterFunction_numGeometries
|
class |
FilterFunction_numInteriorRing
|
class |
FilterFunction_numPoints
|
class |
FilterFunction_octagonalEnvelope
A FilterFunction that expects a Geometry and returns it's octagonal envelope. |
class |
FilterFunction_offset
|
class |
FilterFunction_overlaps
|
class |
FilterFunction_parseBoolean
|
class |
FilterFunction_parseDouble
|
class |
FilterFunction_parseInt
|
class |
FilterFunction_parseLong
|
class |
FilterFunction_pointN
|
class |
FilterFunction_property
Extracts a property from a feature, taking the property name as a parameter |
class |
FilterFunction_relate
|
class |
FilterFunction_relatePattern
|
class |
FilterFunction_roundDouble
|
class |
FilterFunction_sdonn
Oracle function SDO_NN to identify the nearest neighbors for a geometry |
class |
FilterFunction_setCRS
|
class |
FilterFunction_startAngle
|
class |
FilterFunction_startPoint
|
class |
FilterFunction_strCapitalize
|
class |
FilterFunction_strConcat
|
class |
FilterFunction_strEndsWith
|
class |
FilterFunction_strEqualsIgnoreCase
|
class |
FilterFunction_strIndexOf
|
class |
FilterFunction_strLastIndexOf
|
class |
FilterFunction_strLength
|
class |
FilterFunction_strMatches
|
class |
FilterFunction_strPosition
Filter function implementing the Symbology Encoding "StringPosition" function. |
class |
FilterFunction_strReplace
|
class |
FilterFunction_strStartsWith
|
class |
FilterFunction_strSubstring
|
class |
FilterFunction_strSubstringStart
|
class |
FilterFunction_strToLowerCase
|
class |
FilterFunction_strToUpperCase
|
class |
FilterFunction_strTrim
|
class |
FilterFunction_strTrim2
Function implementing the Symbology Encoding Trim function. |
class |
FilterFunction_symDifference
|
class |
FilterFunction_touches
|
class |
FilterFunction_toWKT
|
class |
FilterFunction_union
|
class |
FilterFunction_vertices
|
class |
FilterFunction_within
|
class |
IDFunction
Allow access to the value of Feature.getID() as an expression |
class |
JenksNaturalBreaksFunction
Calculate the Jenks' Natural Breaks classification for a featurecollection |
class |
PropertyExistsFunction
A new function to check if a property exists. |
class |
QuantileFunction
Breaks a SimpleFeatureCollection into classes with an equal number of items in each. |
class |
StandardDeviationFunction
Breaks a SimpleFeatureCollection into classes using the standard deviation classification method. |
class |
UniqueIntervalFunction
Clone of EqualIntervalFunction for unique values |
Methods in org.geotools.filter.function that return Expression | |
---|---|
Expression[] |
ClassificationFunction.getArgs()
Deprecated. please use getParameters |
Expression |
ClassificationFunction.getExpression()
|
Methods in org.geotools.filter.function with parameters of type Expression | |
---|---|
void |
ClassificationFunction.setArgs(Expression[] args)
Deprecated. please use setParameters |
void |
Collection_SumFunction.setExpression(Expression e)
|
void |
Collection_MinFunction.setExpression(Expression e)
|
void |
Collection_MaxFunction.setExpression(Expression e)
|
void |
Collection_UniqueFunction.setExpression(Expression e)
|
void |
ClassificationFunction.setExpression(Expression e)
|
void |
Collection_MedianFunction.setExpression(Expression e)
|
Uses of Expression in org.geotools.filter.function.math |
---|
Uses of Expression in org.geotools.filter.visitor |
---|
Methods in org.geotools.filter.visitor with parameters of type Expression | |
---|---|
void |
AbstractFilterVisitor.visit(Expression expression)
Deprecated. |
void |
WFSBBoxFilterVisitor.visit(Expression expression)
Deprecated. |
Uses of Expression in org.geotools.graph.util.delaunay |
---|
Methods in org.geotools.graph.util.delaunay with parameters of type Expression | |
---|---|
static Graph |
PoissonClusterer.findClusters(Graph incoming,
Expression base,
Expression target,
double meanRate,
int distance)
|
Uses of Expression in org.geotools.jdbc |
---|
Classes in org.geotools.jdbc that implement Expression | |
---|---|
class |
JoinPropertyName
Property name that knows what feature type it comes from. |
Uses of Expression in org.geotools.styling |
---|
Classes in org.geotools.styling that implement Expression | |
---|---|
class |
OverlapBehavior
Deprecated. Please use org.opengis.style.OverlapBehavior |
Uses of Expression in org.geotools.styling.visitor |
---|
Classes in org.geotools.styling.visitor that implement Expression | |
---|---|
class |
RescaleToPixelsFunction
Applies unit to pixel rescaling around expressions whose native unit cannot be determined in a static fashion |
Uses of Expression in org.geotools.xml.filter |
---|
Methods in org.geotools.xml.filter with parameters of type Expression | |
---|---|
protected static void |
FilterOpsComplexTypes.encodeExpr(Expression expr,
PrintHandler output,
Map hints)
|
void |
FilterEncodingPreProcessor.visit(Expression expression)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |