public abstract class AbstractFilterVisitor
extends java.lang.Object
| 构造器和说明 |
|---|
AbstractFilterVisitor() |
public void visitAnd(And and) throws OGCException
OGCExceptionpublic void visitBBOX(BBOX bbox) throws OGCException
OGCExceptionpublic void visitBeyond(Beyond beyond) throws OGCException
OGCExceptionpublic void visitContains(Contains contains) throws OGCException
OGCExceptionpublic void visitCrosses(Crosses crosses) throws OGCException
OGCExceptionpublic void visitDisjoint(Disjoint disjoint) throws OGCException
OGCExceptionpublic void visitDistance(Distance distance) throws OGCException
OGCExceptionpublic void visitDWithin(DWithin dWithin) throws OGCException
OGCExceptionpublic void visitEquals(Equals equals) throws OGCException
OGCExceptionpublic void visitFeatureID(FeatureID featureID) throws OGCException
OGCExceptionpublic void visitGeometryExpression(GeometryExpression geometryExpression) throws OGCException
OGCExceptionpublic void visitIntersects(Intersects intersects) throws OGCException
OGCExceptionpublic void visitLiteral(Literal literal) throws OGCException
OGCExceptionpublic void visitNot(Not not) throws OGCException
OGCExceptionpublic void visitOr(Or or) throws OGCException
OGCExceptionpublic void visitOverlaps(Overlaps overlaps) throws OGCException
OGCExceptionpublic void visitPropertyIsBetween(PropertyIsBetween propertyIsBetween) throws OGCException
OGCExceptionpublic void visitPropertyIsLike(PropertyIsLike propertyIsLike) throws OGCException
OGCExceptionpublic void visitPropertyIsNull(PropertyIsNull propertyIsNull) throws OGCException
OGCExceptionpublic void visitPropertyName(PropertyName propertyName) throws OGCException
OGCExceptionpublic void visitTouches(Touches touches) throws OGCException
OGCExceptionpublic void visitWithin(Within within) throws OGCException
OGCExceptionpublic void visitAdd(Add add) throws OGCException
OGCExceptionpublic void visitDiv(Div div) throws OGCException
OGCExceptionpublic void visitMul(Mul mul) throws OGCException
OGCExceptionpublic void visitPropertyIsEqualTo(PropertyIsEqualTo propertyIsEqualTo) throws OGCException
OGCExceptionpublic void visitPropertyIsGreaterThan(PropertyIsGreaterThan propertyIsGreaterThan) throws OGCException
OGCExceptionpublic void visitPropertyIsGreaterThanOrEqualTo(PropertyIsGreaterThanOrEqualTo propertyIsGreaterThanOrEqualTo) throws OGCException
OGCExceptionpublic void visitPropertyIsLessThan(PropertyIsLessThan propertyIsLessThan) throws OGCException
OGCExceptionpublic void visitPropertyIsLessThanOrEqualTo(PropertyIsLessThanOrEqualTo propertyIsLessThanOrEqualTo) throws OGCException
OGCExceptionpublic void visitPropertyIsNotEqualTo(PropertyIsNotEqualTo propertyIsNotEqualTo) throws OGCException
OGCExceptionpublic void visitSub(Sub sub) throws OGCException
OGCException