deegree 2.3 (2010/04/09 10:10 build-4-official)

Uses of Class
org.deegree.model.filterencoding.FilterEvaluationException

Packages that use FilterEvaluationException
org.deegree.graphics.displayelements   
org.deegree.graphics.optimizers   
org.deegree.graphics.sld   
org.deegree.io.datastore.sql.generic   
org.deegree.io.datastore.sql.postgis   
org.deegree.io.datastore.sql.wherebuilder   
org.deegree.model.filterencoding   
 

Uses of FilterEvaluationException in org.deegree.graphics.displayelements
 

Methods in org.deegree.graphics.displayelements that throw FilterEvaluationException
static ArrayList<Label> LabelFactory.createLabels(Curve curve, LabelDisplayElement element, Graphics2D g, GeoTransform projection)
          Determines positions on the given Curve where a caption could be drawn.
static List<Label> LabelFactory.createLabels(MultiCurve multiCurve, LabelDisplayElement element, Graphics2D g, GeoTransform projection)
          Determines positions on the given MultiCurve where a caption could be drawn.
 

Uses of FilterEvaluationException in org.deegree.graphics.optimizers
 

Methods in org.deegree.graphics.optimizers that throw FilterEvaluationException
(package private) static ArrayList<LabelChoice> LabelChoiceFactory.createLabelChoices(Curve curve, LabelDisplayElement element, Graphics2D g, GeoTransform projection)
          Determines LabelChoices for the given Curve where a Label could be drawn.
(package private) static ArrayList<LabelChoice> LabelChoiceFactory.createLabelChoices(MultiCurve multiCurve, LabelDisplayElement element, Graphics2D g, GeoTransform projection)
          Determines LabelChoice candidates for the given MultiCurve where a label could be drawn.
 

Uses of FilterEvaluationException in org.deegree.graphics.sld
 

Methods in org.deegree.graphics.sld that throw FilterEvaluationException
 String ParameterValueType.evaluate(Feature feature)
          Returns the actual String value of this object.
 double[] PointPlacement.getAnchorPoint(Feature feature)
          The AnchorPoint element of a PointPlacement gives the location inside of a label to use for anchoring the label to the main-geometry point.
 BufferedImage Graphic.getAsImage(Feature feature)
          Returns a BufferedImage representing this object.
 BufferedImage Mark.getAsImage(Feature feature, int size)
          Draws the given feature on the buffered image.
 Color Font.getColor(Feature feature)
          Returns the (evaluated) value of the font's CssParameter 'font-color'.
 float[] Stroke.getDashArray(Feature feature)
          Evaluates the 'stroke-dasharray' parameter as defined in OGC 02-070.
 float Stroke.getDashOffset(Feature feature)
          The stroke-dashoffset CssParameter element specifies the distance as a float into the stroke-dasharray pattern at which to start drawing.
 double[] PointPlacement.getDisplacement(Feature feature)
          The Displacement element of a PointPlacement gives the X and Y displacements from the main-geometry point to render a text label.
 String Font.getFamily(Feature feature)
          Returns the (evaluated) value of the font's CssParameter 'font-family'.
 Color Fill.getFill(Feature feature)
          Returns the (evaluated) value of the fill's CssParameter 'fill'.
 int LinePlacement.getGap(Feature feature)
          Defines the distance between two captions on the line string.
 int Stroke.getLineCap(Feature feature)
          Thestroke-linecap CssParameter element encode enumerated values telling how line strings should be capped (at the two ends of the line string).
 int Stroke.getLineJoin(Feature feature)
          The stroke-linejoin CssParameter element encode enumerated values telling how line strings should be joined (between line segments).
 double LinePlacement.getLineWidth(Feature feature)
          Provides the thickness of the styled line (needed as information for the correct positioning of labels above and below the line string).
 double Graphic.getOpacity(Feature feature)
          The Opacity element gives the opacity to use for rendering the graphic.
 double Stroke.getOpacity(Feature feature)
          The stroke-opacity CssParameter element specifies the level of translucency to use when rendering the stroke.
 double Fill.getOpacity(Feature feature)
          Returns the (evaluated) value of the fill's CssParameter 'fill-opacity'.
 double LinePlacement.getPerpendicularOffset(Feature feature)
          The PerpendicularOffset element of a LinePlacement gives the perpendicular distance away from a line to draw a label.
 int LinePlacement.getPlacementType(Feature feature)
          Returns the placement type (one of the constants defined in LinePlacement).
 double Halo.getRadius(Feature feature)
          The Radius element gives the absolute size of a halo radius in pixels encoded as a floating-point number.
 double PointPlacement.getRotation(Feature feature)
          The Rotation of a PointPlacement gives the clockwise rotation of the label in degrees from the normal direction for a font (left-to-right for Latin- derived human languages at least).
 double Graphic.getRotation(Feature feature)
          The Rotation element gives the rotation of a graphic in the clockwise direction about its center point in radian, encoded as a floating- point number.
 double Graphic.getSize(Feature feature)
          The Size element gives the absolute size of the graphic in pixels encoded as a floating-point number.
 int Font.getSize(Feature feature)
          Returns the (evaluated) value of the font's CssParameter 'font-size'.
 Color Stroke.getStroke(Feature feature)
          The stroke CssParameter element gives the solid color that will be used for a stroke.
 int Font.getStyle(Feature feature)
          Returns the (evaluated) value of the font's CssParameter 'font-style'.
(package private)  String CssParameter.getValue(Feature feature)
          Returns the (evaluated) value of the CssParameter as a simple String.
 int Font.getWeight(Feature feature)
          Returns the (evaluated) value of the font's CssParameter 'font-weight' as a ParameterValueType.
 double Stroke.getWidth(Feature feature)
          The stroke-width CssParameter element gives the absolute width (thickness) of a stroke in pixels encoded as a float.
 

Uses of FilterEvaluationException in org.deegree.io.datastore.sql.generic
 

Methods in org.deegree.io.datastore.sql.generic that throw FilterEvaluationException
protected  void GenericSQLWhereBuilder.appendPropertyIsLikeOperationAsSQL(StatementBuffer query, PropertyIsLikeOperation operation)
          Appends an SQL fragment for the given object to the given sql statement.
 

Uses of FilterEvaluationException in org.deegree.io.datastore.sql.postgis
 

Methods in org.deegree.io.datastore.sql.postgis that throw FilterEvaluationException
protected  void PostGISWhereBuilder.appendPropertyIsLikeOperationAsSQL(StatementBuffer query, PropertyIsLikeOperation operation)
          Appends an SQL fragment for the given object to the given sql statement.
 

Uses of FilterEvaluationException in org.deegree.io.datastore.sql.wherebuilder
 

Methods in org.deegree.io.datastore.sql.wherebuilder that throw FilterEvaluationException
protected  void WhereBuilder.appendArithmeticExpressionAsSQL(StatementBuffer query, ArithmeticExpression expression, int targetSqlType)
          Appends an SQL fragment for the given object to the given sql statement.
protected  void WhereBuilder.appendComparisonOperationAsSQL(StatementBuffer query, ComparisonOperation operation)
          Appends an SQL fragment for the given object to the given sql statement.
protected  void WhereBuilder.appendExpressionAsSQL(StatementBuffer query, Expression expression, int targetSqlType)
          Appends an SQL fragment for the given object to the given sql statement.
protected  void WhereBuilder.appendFunctionAsSQL(StatementBuffer query, Function function, int targetSqlType)
          Appends an SQL fragment for the given object to the given sql statement.
protected  void WhereBuilder.appendPropertyIsBetweenOperationAsSQL(StatementBuffer query, PropertyIsBetweenOperation operation)
          Appends an SQL fragment for the given object to the given sql statement.
protected  void WhereBuilder.appendPropertyIsCOMPOperationAsSQL(StatementBuffer query, PropertyIsCOMPOperation operation)
          Appends an SQL fragment for the given object to the given sql statement.
protected  void WhereBuilder.appendPropertyIsLikeOperationAsSQL(StatementBuffer query, PropertyIsLikeOperation operation)
          Appends an SQL fragment for the given object to the given sql statement.
 

Uses of FilterEvaluationException in org.deegree.model.filterencoding
 

Methods in org.deegree.model.filterencoding that throw FilterEvaluationException
 boolean PropertyIsCOMPOperation.evaluate(Feature feature)
          Calculates the ComparisonOperation's logical value based on the certain property values of the given Feature.
 Object FunctionSoundex.evaluate(Feature feature)
           
 boolean Operation.evaluate(Feature feature)
          Calculates the Filter's logical value based on the certain property values of the given feature.
abstract  Object Expression.evaluate(Feature feature)
          Calculates the Expression's value based on the certain property values of the given feature.
 boolean PropertyIsBetweenOperation.evaluate(Feature feature)
          Calculates the PropertyIsBetween -Operation's logical value based on the certain property values of the given Feature.
 boolean PropertyIsInstanceOfOperation.evaluate(Feature feature)
          Calculates the Operation's logical value based on the certain property values of the given feature.
 boolean FeatureFilter.evaluate(Feature feature)
          Calculates the FeatureFilter's logical value based on the ID of the given Feature.
 Object DBFunction.evaluate(Feature feature)
           
 boolean LogicalOperation.evaluate(Feature feature)
          Calculates the LogicalOperation's logical value based on the certain property values of the given Feature.
abstract  Object Function.evaluate(Feature feature)
          Returns the Function's value (to be used in the evaluation of a complexer Expression).
 boolean ComplexFilter.evaluate(Feature feature)
          Calculates the Filter's logical value based on the certain property values of the given feature.
 boolean SpatialOperation.evaluate(Feature feature)
          Calculates the SpatialOperation's logical value based on the property values of the given Feature.
 Object PropertyName.evaluate(Feature feature)
          Returns the PropertyName's value (to be used in the evaluation of a complexer Expression).
 boolean PropertyIsLikeOperation.evaluate(Feature feature)
          Calculates the PropertyIsLike's logical value based on the certain property values of the given Feature.
 Object ArithmeticExpression.evaluate(Feature feature)
          Returns this ArithmeticExpression/tt>'s value (to be used in the evaluation of complex Expressions).
 boolean Filter.evaluate(Feature feature)
          Calculates the Filter's logical value based on the certain property values of the given feature.
 boolean PropertyIsNullOperation.evaluate(Feature feature)
          Calculates the PropertyIsNull -Operation's logical value based on the certain property values of the given Feature.
 Object FunctionNormalize.evaluate(Feature feature)
           
 


deegree 2.3 (2010/04/09 10:10 build-4-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org