Abstract
An OGC expression is a combination of one or more elements that form part of a predicate:
OGC Filter specification 2.0
<fes:Literal>
<fes:ValueReference>
<fes:Function>
OGC Filter specification 1.0
<ogc:Literal>
<ogc:PropertyName>
<ogc:Function>
<ogc:Add>
<ogc:Sub>
<ogc:Mul>
<ogc:Div>
Protected
An OGC expression is a combination of one or more elements that form part of a predicate:
OGC Filter specification 2.0
<fes:Literal>
): Literal<fes:ValueReference>
): PropertyName<fes:Function>
):OGC Filter specification 1.0
<ogc:Literal>
): Literal<ogc:PropertyName>
): PropertyName<ogc:Function>
):<ogc:Add>
): add<ogc:Sub>
): sub<ogc:Mul>
): mul<ogc:Div>
): div