public class SpatialOperatorsType extends Object
Java class for Spatial_OperatorsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Spatial_OperatorsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded">
<element ref="{http://www.opengis.net/ogc}BBOX"/>
<element ref="{http://www.opengis.net/ogc}Equals"/>
<element ref="{http://www.opengis.net/ogc}Disjoint"/>
<element ref="{http://www.opengis.net/ogc}Intersect"/>
<element ref="{http://www.opengis.net/ogc}Touches"/>
<element ref="{http://www.opengis.net/ogc}Crosses"/>
<element ref="{http://www.opengis.net/ogc}Within"/>
<element ref="{http://www.opengis.net/ogc}Contains"/>
<element ref="{http://www.opengis.net/ogc}Overlaps"/>
<element ref="{http://www.opengis.net/ogc}Beyond"/>
<element ref="{http://www.opengis.net/ogc}DWithin"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
bboxOrEqualsOrDisjoint |
| Constructor and Description |
|---|
SpatialOperatorsType() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getBBOXOrEqualsOrDisjoint()
Gets the value of the bboxOrEqualsOrDisjoint property.
|
public List<Object> getBBOXOrEqualsOrDisjoint()
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 bboxOrEqualsOrDisjoint property.
For example, to add a new item, do as follows:
getBBOXOrEqualsOrDisjoint().add(newItem);
Objects of the following type(s) are allowed in the list
BBOX
Equals
Disjoint
Intersect
Touches
Crosses
Within
Contains
Overlaps
Beyond
DWithin
This work is licensed under a Creative Commons Attribution 4.0 International License.