org.geotools.expr
Class AttributeGeometryExpr

java.lang.Object
  extended byorg.geotools.expr.AbstractExpr
      extended byorg.geotools.expr.AbstractGeometryExpr
          extended byorg.geotools.expr.AttributeGeometryExpr
All Implemented Interfaces:
Expr, GeometryExpr

public class AttributeGeometryExpr
extends AbstractGeometryExpr


Field Summary
 
Fields inherited from class org.geotools.expr.AbstractGeometryExpr
factory
 
Constructor Summary
AttributeGeometryExpr()
           
AttributeGeometryExpr(java.lang.String attribute)
           
 
Method Summary
 Expression expression(FeatureType schema)
          Lazy binding of Expr into an Expression
 
Methods inherited from class org.geotools.expr.AbstractGeometryExpr
and, bbox, between, beyond, beyond, beyond, contains, contains, contains, crosses, crosses, crosses, disjoint, disjoint, disjoint, dwithin, dwithin, dwithin, eq, equal, equal, equal, eval, fid, fid, filter, fn, fn, fn, gt, gte, intersects, intersects, intersects, lt, lte, ne, not, notNull, or, overlaps, overlaps, overlaps, reduce, resolve, resolve, touches, touches, touches, within, within, within
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.geotools.expr.Expr
and, bbox, between, eq, eval, fid, fid, filter, fn, fn, fn, gt, gte, lt, lte, ne, not, notNull, or, reduce, resolve, resolve
 

Constructor Detail

AttributeGeometryExpr

public AttributeGeometryExpr()

AttributeGeometryExpr

public AttributeGeometryExpr(java.lang.String attribute)
Method Detail

expression

public Expression expression(FeatureType schema)
Description copied from interface: Expr
Lazy binding of Expr into an Expression



Copyright © GeoTools. All Rights Reserved.