public class Cluster extends 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 Float |
buffer |
protected ExpressionType |
filter |
protected ExpressionType |
group |
protected BigInteger |
maxdistance |
protected String |
region |
Constructor and Description |
---|
Cluster() |
Modifier and Type | Method and Description |
---|---|
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.
|
BigInteger |
getMaxdistance()
Gets the value of the maxdistance property.
|
String |
getRegion()
Gets the value of the region property.
|
void |
setBuffer(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(BigInteger value)
Sets the value of the maxdistance property.
|
void |
setRegion(String value)
Sets the value of the region property.
|
protected Float buffer
protected ExpressionType filter
protected ExpressionType group
protected BigInteger maxdistance
protected String region
public Float getBuffer()
Float
public void setBuffer(Float value)
value
- allowed object is
Float
public ExpressionType getFilter()
ExpressionType
public void setFilter(ExpressionType value)
value
- allowed object is
ExpressionType
public ExpressionType getGroup()
ExpressionType
public void setGroup(ExpressionType value)
value
- allowed object is
ExpressionType
public BigInteger getMaxdistance()
BigInteger
public void setMaxdistance(BigInteger value)
value
- allowed object is
BigInteger
public String getRegion()
String