public class SpatialOperatorType extends Object
Java class for SpatialOperatorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SpatialOperatorType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="GeometryOperands" type="{http://www.opengis.net/ogc}GeometryOperandsType" minOccurs="0"/>
</sequence>
<attribute name="name" type="{http://www.opengis.net/ogc}SpatialOperatorNameType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected GeometryOperandsType |
geometryOperands |
protected SpatialOperatorNameType |
name |
| Constructor and Description |
|---|
SpatialOperatorType()
Default no-arg constructor
|
SpatialOperatorType(GeometryOperandsType geometryOperands,
SpatialOperatorNameType name)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
GeometryOperandsType |
getGeometryOperands()
Gets the value of the geometryOperands property.
|
SpatialOperatorNameType |
getName()
Gets the value of the name property.
|
void |
setGeometryOperands(GeometryOperandsType value)
Sets the value of the geometryOperands property.
|
void |
setName(SpatialOperatorNameType value)
Sets the value of the name property.
|
protected GeometryOperandsType geometryOperands
protected SpatialOperatorNameType name
public SpatialOperatorType()
public SpatialOperatorType(GeometryOperandsType geometryOperands, SpatialOperatorNameType name)
public GeometryOperandsType getGeometryOperands()
GeometryOperandsTypepublic void setGeometryOperands(GeometryOperandsType value)
value - allowed object is
GeometryOperandsTypepublic SpatialOperatorNameType getName()
SpatialOperatorNameTypepublic void setName(SpatialOperatorNameType value)
value - allowed object is
SpatialOperatorNameTypeCopyright © 2015. All rights reserved.