public class DWithin extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/ogc}PropertyName"/>
<element ref="{http://www.opengis.net/gml}Point"/>
<element ref="{http://www.opengis.net/ogc}Distance"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Distance |
distance |
protected Point |
point |
protected PropertyName |
propertyName |
| Constructor and Description |
|---|
DWithin() |
| Modifier and Type | Method and Description |
|---|---|
Distance |
getDistance()
Gets the value of the distance property.
|
Point |
getPoint()
Gets the value of the point property.
|
PropertyName |
getPropertyName()
Gets the value of the propertyName property.
|
boolean |
isSetDistance() |
boolean |
isSetPoint() |
boolean |
isSetPropertyName() |
void |
setDistance(Distance value)
Sets the value of the distance property.
|
void |
setPoint(Point value)
Sets the value of the point property.
|
void |
setPropertyName(PropertyName value)
Sets the value of the propertyName property.
|
protected PropertyName propertyName
protected Point point
protected Distance distance
public PropertyName getPropertyName()
PropertyNamepublic void setPropertyName(PropertyName value)
value - allowed object is
PropertyNamepublic boolean isSetPropertyName()
public Point getPoint()
Pointpublic void setPoint(Point value)
value - allowed object is
Pointpublic boolean isSetPoint()
public Distance getDistance()
Distancepublic void setDistance(Distance value)
value - allowed object is
Distancepublic boolean isSetDistance()
Copyright © 2016. All rights reserved.