public class BinaryLogicOpType extends LogicOpsType
Java class for BinaryLogicOpType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BinaryLogicOpType">
<complexContent>
<extension base="{http://www.opengis.net/ogc}LogicOpsType">
<choice maxOccurs="unbounded" minOccurs="2">
<element ref="{http://www.opengis.net/ogc}comparisonOps"/>
<element ref="{http://www.opengis.net/ogc}spatialOps"/>
<element ref="{http://www.opengis.net/ogc}logicOps"/>
</choice>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<?>> |
comparisonOpsOrSpatialOpsOrLogicOps |
| Constructor and Description |
|---|
BinaryLogicOpType()
Default no-arg constructor
|
BinaryLogicOpType(List<JAXBElement<?>> comparisonOpsOrSpatialOpsOrLogicOps)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<?>> |
getComparisonOpsOrSpatialOpsOrLogicOps()
Gets the value of the comparisonOpsOrSpatialOpsOrLogicOps property.
|
protected List<JAXBElement<?>> comparisonOpsOrSpatialOpsOrLogicOps
public BinaryLogicOpType()
public BinaryLogicOpType(List<JAXBElement<?>> comparisonOpsOrSpatialOpsOrLogicOps)
public List<JAXBElement<?>> getComparisonOpsOrSpatialOpsOrLogicOps()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the comparisonOpsOrSpatialOpsOrLogicOps property.
For example, to add a new item, do as follows:
getComparisonOpsOrSpatialOpsOrLogicOps().add(newItem);
Objects of the following type(s) are allowed in the list
PropertyIsGreaterThanOrEqualTo
PropertyIsLessThanOrEqualTo
PropertyIsGreaterThan
PropertyIsNotEqualTo
Or
SpatialOps
PropertyIsLike
Touches
Contains
Crosses
Beyond
PropertyIsBetween
Not
And
Disjoint
BBOX
Intersects
PropertyIsLessThan
PropertyIsEqualTo
LogicOps
Equals
Overlaps
Within
ComparisonOps
PropertyIsNull
DWithin
Copyright © 2021 B3Partners B.V.. All rights reserved.