org.deegree.services.jaxb.wms
Class ScaleDenominatorsType

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

public class ScaleDenominatorsType
extends java.lang.Object

The scale denominators define the map resolution to which the datasets are valid. TODO define exact value calculation here!

Java class for ScaleDenominatorsType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ScaleDenominatorsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="min" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="max" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="native" type="{http://www.w3.org/2001/XMLSchema}double" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Double _native
           
protected  double max
           
protected  double min
           
 
Constructor Summary
ScaleDenominatorsType()
           
 
Method Summary
 double getMax()
          Gets the value of the max property.
 double getMin()
          Gets the value of the min property.
 java.lang.Double getNative()
          Gets the value of the native property.
 void setMax(double value)
          Sets the value of the max property.
 void setMin(double value)
          Sets the value of the min property.
 void setNative(java.lang.Double value)
          Sets the value of the native property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

min

protected double min

max

protected double max

_native

protected java.lang.Double _native
Constructor Detail

ScaleDenominatorsType

public ScaleDenominatorsType()
Method Detail

getMin

public double getMin()
Gets the value of the min property.


setMin

public void setMin(double value)
Sets the value of the min property.


getMax

public double getMax()
Gets the value of the max property.


setMax

public void setMax(double value)
Sets the value of the max property.


getNative

public java.lang.Double getNative()
Gets the value of the native property.

Returns:
possible object is Double

setNative

public void setNative(java.lang.Double value)
Sets the value of the native property.

Parameters:
value - allowed object is Double


Copyright © 2011. All Rights Reserved.