org.deegree.services.jaxb.wms
Class LayerOptionsType

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

public class LayerOptionsType
extends 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  String antiAliasing
           
protected  Integer featureInfoRadius
           
protected  String interpolation
           
protected  Integer maxFeatures
           
protected  String renderingQuality
           
 
Constructor Summary
LayerOptionsType()
           
 
Method Summary
 String getAntiAliasing()
          Gets the value of the antiAliasing property.
 Integer getFeatureInfoRadius()
          Gets the value of the featureInfoRadius property.
 String getInterpolation()
          Gets the value of the interpolation property.
 Integer getMaxFeatures()
          Gets the value of the maxFeatures property.
 String getRenderingQuality()
          Gets the value of the renderingQuality property.
 void setAntiAliasing(String value)
          Sets the value of the antiAliasing property.
 void setFeatureInfoRadius(Integer value)
          Sets the value of the featureInfoRadius property.
 void setInterpolation(String value)
          Sets the value of the interpolation property.
 void setMaxFeatures(Integer value)
          Sets the value of the maxFeatures property.
 void setRenderingQuality(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 String antiAliasing

renderingQuality

protected String renderingQuality

interpolation

protected String interpolation

maxFeatures

protected Integer maxFeatures

featureInfoRadius

protected Integer featureInfoRadius
Constructor Detail

LayerOptionsType

public LayerOptionsType()
Method Detail

getAntiAliasing

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

Returns:
possible object is String

setAntiAliasing

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

Parameters:
value - allowed object is String

getRenderingQuality

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

Returns:
possible object is String

setRenderingQuality

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

Parameters:
value - allowed object is String

getInterpolation

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

Returns:
possible object is String

setInterpolation

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

Parameters:
value - allowed object is String

getMaxFeatures

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

Returns:
possible object is Integer

setMaxFeatures

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

Parameters:
value - allowed object is Integer

getFeatureInfoRadius

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

Returns:
possible object is Integer

setFeatureInfoRadius

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

Parameters:
value - allowed object is Integer


Copyright © 2011. All Rights Reserved.