Uses of Interface
org.n52.shetland.ogc.filter.AbstractProjectionClause
-
Packages that use AbstractProjectionClause Package Description org.n52.shetland.ogc.filter -
-
Uses of AbstractProjectionClause in org.n52.shetland.ogc.filter
Methods in org.n52.shetland.ogc.filter that return types with arguments of type AbstractProjectionClause Modifier and Type Method Description Set<AbstractProjectionClause>AbstractAdHocQueryExpression. getProjectionClauses()Methods in org.n52.shetland.ogc.filter with parameters of type AbstractProjectionClause Modifier and Type Method Description AbstractAdHocQueryExpressionAbstractAdHocQueryExpression. addProjectionClause(AbstractProjectionClause projectionClause)Method parameters in org.n52.shetland.ogc.filter with type arguments of type AbstractProjectionClause Modifier and Type Method Description AbstractAdHocQueryExpressionAbstractAdHocQueryExpression. addProjectionClauses(Set<AbstractProjectionClause> projectionClauses)AbstractAdHocQueryExpressionAbstractAdHocQueryExpression. setProjectionClauses(Set<AbstractProjectionClause> projectionClauses)
-