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