public class Filter 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}DWithin"/>
<element ref="{http://www.opengis.net/ogc}PropertyIsBetween"/>
<element ref="{http://www.opengis.net/ogc}PropertyIsEqualTo"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DWithin |
dWithin |
protected PropertyIsBetween |
propertyIsBetween |
protected PropertyIsEqualTo |
propertyIsEqualTo |
| Constructor and Description |
|---|
Filter() |
| Modifier and Type | Method and Description |
|---|---|
DWithin |
getDWithin()
Gets the value of the dWithin property.
|
PropertyIsBetween |
getPropertyIsBetween()
Gets the value of the propertyIsBetween property.
|
PropertyIsEqualTo |
getPropertyIsEqualTo()
Gets the value of the propertyIsEqualTo property.
|
boolean |
isSetDWithin() |
boolean |
isSetPropertyIsBetween() |
boolean |
isSetPropertyIsEqualTo() |
void |
setDWithin(DWithin value)
Sets the value of the dWithin property.
|
void |
setPropertyIsBetween(PropertyIsBetween value)
Sets the value of the propertyIsBetween property.
|
void |
setPropertyIsEqualTo(PropertyIsEqualTo value)
Sets the value of the propertyIsEqualTo property.
|
protected DWithin dWithin
protected PropertyIsBetween propertyIsBetween
protected PropertyIsEqualTo propertyIsEqualTo
public DWithin getDWithin()
DWithinpublic void setDWithin(DWithin value)
value - allowed object is
DWithinpublic boolean isSetDWithin()
public PropertyIsBetween getPropertyIsBetween()
PropertyIsBetweenpublic void setPropertyIsBetween(PropertyIsBetween value)
value - allowed object is
PropertyIsBetweenpublic boolean isSetPropertyIsBetween()
public PropertyIsEqualTo getPropertyIsEqualTo()
PropertyIsEqualTopublic void setPropertyIsEqualTo(PropertyIsEqualTo value)
value - allowed object is
PropertyIsEqualTopublic boolean isSetPropertyIsEqualTo()
Copyright © 2016. All rights reserved.