org.deegree.services.jaxb.wms
Class LayerOptionsType

java.lang.Object
  extended by org.deegree.services.jaxb.wms.LayerOptionsType

public class LayerOptionsType
extends java.lang.Object

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

antiAliasing

protected java.lang.String antiAliasing

renderingQuality

protected java.lang.String renderingQuality

interpolation

protected java.lang.String interpolation

maxFeatures

protected java.lang.Integer maxFeatures

featureInfoRadius

protected java.lang.Integer featureInfoRadius
Constructor Detail

LayerOptionsType

public LayerOptionsType()
Method Detail

getAntiAliasing

public java.lang.String getAntiAliasing()
Gets the value of the antiAliasing property.

Returns:
possible object is String

setAntiAliasing

public void setAntiAliasing(java.lang.String value)
Sets the value of the antiAliasing property.

Parameters:
value - allowed object is String

getRenderingQuality

public java.lang.String getRenderingQuality()
Gets the value of the renderingQuality property.

Returns:
possible object is String

setRenderingQuality

public void setRenderingQuality(java.lang.String value)
Sets the value of the renderingQuality property.

Parameters:
value - allowed object is String

getInterpolation

public java.lang.String getInterpolation()
Gets the value of the interpolation property.

Returns:
possible object is String

setInterpolation

public void setInterpolation(java.lang.String value)
Sets the value of the interpolation property.

Parameters:
value - allowed object is String

getMaxFeatures

public java.lang.Integer getMaxFeatures()
Gets the value of the maxFeatures property.

Returns:
possible object is Integer

setMaxFeatures

public void setMaxFeatures(java.lang.Integer value)
Sets the value of the maxFeatures property.

Parameters:
value - allowed object is Integer

getFeatureInfoRadius

public java.lang.Integer getFeatureInfoRadius()
Gets the value of the featureInfoRadius property.

Returns:
possible object is Integer

setFeatureInfoRadius

public void setFeatureInfoRadius(java.lang.Integer value)
Sets the value of the featureInfoRadius property.

Parameters:
value - allowed object is Integer


Copyright © 2011. All Rights Reserved.