public class Cluster
extends java.lang.Object
Java class for Cluster complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Cluster">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="buffer" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="filter" type="{http://www.mapserver.org/mapserver}expressionType" minOccurs="0"/>
<element name="group" type="{http://www.mapserver.org/mapserver}expressionType" minOccurs="0"/>
<element name="maxdistance" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
<element name="region" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Float |
buffer |
protected ExpressionType |
filter |
protected ExpressionType |
group |
protected java.math.BigInteger |
maxdistance |
protected java.lang.String |
region |
| Constructor and Description |
|---|
Cluster() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Float |
getBuffer()
Gets the value of the buffer property.
|
ExpressionType |
getFilter()
Gets the value of the filter property.
|
ExpressionType |
getGroup()
Gets the value of the group property.
|
java.math.BigInteger |
getMaxdistance()
Gets the value of the maxdistance property.
|
java.lang.String |
getRegion()
Gets the value of the region property.
|
void |
setBuffer(java.lang.Float value)
Sets the value of the buffer property.
|
void |
setFilter(ExpressionType value)
Sets the value of the filter property.
|
void |
setGroup(ExpressionType value)
Sets the value of the group property.
|
void |
setMaxdistance(java.math.BigInteger value)
Sets the value of the maxdistance property.
|
void |
setRegion(java.lang.String value)
Sets the value of the region property.
|
protected java.lang.Float buffer
protected ExpressionType filter
protected ExpressionType group
protected java.math.BigInteger maxdistance
protected java.lang.String region
public java.lang.Float getBuffer()
Floatpublic void setBuffer(java.lang.Float value)
value - allowed object is
Floatpublic ExpressionType getFilter()
ExpressionTypepublic void setFilter(ExpressionType value)
value - allowed object is
ExpressionTypepublic ExpressionType getGroup()
ExpressionTypepublic void setGroup(ExpressionType value)
value - allowed object is
ExpressionTypepublic java.math.BigInteger getMaxdistance()
BigIntegerpublic void setMaxdistance(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getRegion()
Stringpublic void setRegion(java.lang.String value)
value - allowed object is
String