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="GeometryOperands" type="{http://www.opengis.net/ogc}GeometryOperandsType"/>
<element name="SpatialOperators" type="{http://www.opengis.net/ogc}SpatialOperatorsType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected GeometryOperandsType |
geometryOperands |
protected SpatialOperatorsType |
spatialOperators |
| Constructor and Description |
|---|
SpatialCapabilitiesType()
Default no-arg constructor
|
SpatialCapabilitiesType(GeometryOperandsType geometryOperands,
SpatialOperatorsType spatialOperators)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
GeometryOperandsType |
getGeometryOperands()
Gets the value of the geometryOperands property.
|
SpatialOperatorsType |
getSpatialOperators()
Gets the value of the spatialOperators property.
|
void |
setGeometryOperands(GeometryOperandsType value)
Sets the value of the geometryOperands property.
|
void |
setSpatialOperators(SpatialOperatorsType value)
Sets the value of the spatialOperators property.
|
protected GeometryOperandsType geometryOperands
protected SpatialOperatorsType spatialOperators
public SpatialCapabilitiesType()
public SpatialCapabilitiesType(GeometryOperandsType geometryOperands, SpatialOperatorsType spatialOperators)
public GeometryOperandsType getGeometryOperands()
GeometryOperandsTypepublic void setGeometryOperands(GeometryOperandsType value)
value - allowed object is
GeometryOperandsTypepublic SpatialOperatorsType getSpatialOperators()
SpatialOperatorsTypepublic void setSpatialOperators(SpatialOperatorsType value)
value - allowed object is
SpatialOperatorsTypeCopyright © 2016. All rights reserved.