|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.services.jaxb.wms.LayerOptionsType
public class LayerOptionsType
Java class for LayerOptionsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LayerOptionsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AntiAliasing" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="RenderingQuality" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Interpolation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MaxFeatures" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="FeatureInfoRadius" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
antiAliasing
|
protected java.lang.Integer |
featureInfoRadius
|
protected java.lang.String |
interpolation
|
protected java.lang.Integer |
maxFeatures
|
protected java.lang.String |
renderingQuality
|
| Constructor Summary | |
|---|---|
LayerOptionsType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAntiAliasing()
Gets the value of the antiAliasing property. |
java.lang.Integer |
getFeatureInfoRadius()
Gets the value of the featureInfoRadius property. |
java.lang.String |
getInterpolation()
Gets the value of the interpolation property. |
java.lang.Integer |
getMaxFeatures()
Gets the value of the maxFeatures property. |
java.lang.String |
getRenderingQuality()
Gets the value of the renderingQuality property. |
void |
setAntiAliasing(java.lang.String value)
Sets the value of the antiAliasing property. |
void |
setFeatureInfoRadius(java.lang.Integer value)
Sets the value of the featureInfoRadius property. |
void |
setInterpolation(java.lang.String value)
Sets the value of the interpolation property. |
void |
setMaxFeatures(java.lang.Integer value)
Sets the value of the maxFeatures property. |
void |
setRenderingQuality(java.lang.String value)
Sets the value of the renderingQuality property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String antiAliasing
protected java.lang.String renderingQuality
protected java.lang.String interpolation
protected java.lang.Integer maxFeatures
protected java.lang.Integer featureInfoRadius
| Constructor Detail |
|---|
public LayerOptionsType()
| Method Detail |
|---|
public java.lang.String getAntiAliasing()
Stringpublic void setAntiAliasing(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRenderingQuality()
Stringpublic void setRenderingQuality(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getInterpolation()
Stringpublic void setInterpolation(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getMaxFeatures()
Integerpublic void setMaxFeatures(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getFeatureInfoRadius()
Integerpublic void setFeatureInfoRadius(java.lang.Integer value)
value - allowed object is
Integer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||