public class SpatialCapabilitiesType extends Object
Java class for Spatial_CapabilitiesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Spatial_CapabilitiesType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Spatial_Operators" type="{http://www.opengis.net/ogc}Spatial_OperatorsType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SpatialOperatorsType |
spatialOperators |
| Constructor and Description |
|---|
SpatialCapabilitiesType() |
| Modifier and Type | Method and Description |
|---|---|
SpatialOperatorsType |
getSpatialOperators()
Gets the value of the spatialOperators property.
|
void |
setSpatialOperators(SpatialOperatorsType value)
Sets the value of the spatialOperators property.
|
protected SpatialOperatorsType spatialOperators
public SpatialOperatorsType getSpatialOperators()
SpatialOperatorsTypepublic void setSpatialOperators(SpatialOperatorsType value)
value - allowed object is
SpatialOperatorsTypeThis work is licensed under a Creative Commons Attribution 4.0 International License.