org.deegree.services.jaxb.wpvs
Class ColormapDatasetConfig

java.lang.Object
  extended by org.deegree.services.jaxb.wpvs.AbstractDataType
      extended by org.deegree.services.jaxb.wpvs.ColormapDatasetConfig

public class ColormapDatasetConfig
extends AbstractDataType

An colormap which can be applied to an elevation model and can be requested by a client. The colors will be lineary interpreted between the min and max color.

Java class for ColormapDataset element declaration.

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

 <element name="ColormapDataset">
   <complexType>
     <complexContent>
       <extension base="{http://www.deegree.org/services/wpvs}AbstractDataType">
         <sequence>
           <element name="MinColor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           <element name="MaxColor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           <element name="HeightISOColor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           <element name="MinZValue" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
           <element name="MaxZValue" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         </sequence>
       </extension>
     </complexContent>
   </complexType>
 </element>
 


Field Summary
protected  java.lang.String heightISOColor
           
protected  java.lang.String maxColor
           
protected  java.lang.Double maxZValue
           
protected  java.lang.String minColor
           
protected  java.lang.Double minZValue
           
 
Fields inherited from class org.deegree.services.jaxb.wpvs.AbstractDataType
_abstract, metadataURL, name, title
 
Constructor Summary
ColormapDatasetConfig()
           
 
Method Summary
 java.lang.String getHeightISOColor()
          Gets the value of the heightISOColor property.
 java.lang.String getMaxColor()
          Gets the value of the maxColor property.
 java.lang.Double getMaxZValue()
          Gets the value of the maxZValue property.
 java.lang.String getMinColor()
          Gets the value of the minColor property.
 java.lang.Double getMinZValue()
          Gets the value of the minZValue property.
 void setHeightISOColor(java.lang.String value)
          Sets the value of the heightISOColor property.
 void setMaxColor(java.lang.String value)
          Sets the value of the maxColor property.
 void setMaxZValue(java.lang.Double value)
          Sets the value of the maxZValue property.
 void setMinColor(java.lang.String value)
          Sets the value of the minColor property.
 void setMinZValue(java.lang.Double value)
          Sets the value of the minZValue property.
 
Methods inherited from class org.deegree.services.jaxb.wpvs.AbstractDataType
getAbstract, getMetadataURL, getName, getTitle, setAbstract, setName, setTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

minColor

protected java.lang.String minColor

maxColor

protected java.lang.String maxColor

heightISOColor

protected java.lang.String heightISOColor

minZValue

protected java.lang.Double minZValue

maxZValue

protected java.lang.Double maxZValue
Constructor Detail

ColormapDatasetConfig

public ColormapDatasetConfig()
Method Detail

getMinColor

public java.lang.String getMinColor()
Gets the value of the minColor property.

Returns:
possible object is String

setMinColor

public void setMinColor(java.lang.String value)
Sets the value of the minColor property.

Parameters:
value - allowed object is String

getMaxColor

public java.lang.String getMaxColor()
Gets the value of the maxColor property.

Returns:
possible object is String

setMaxColor

public void setMaxColor(java.lang.String value)
Sets the value of the maxColor property.

Parameters:
value - allowed object is String

getHeightISOColor

public java.lang.String getHeightISOColor()
Gets the value of the heightISOColor property.

Returns:
possible object is String

setHeightISOColor

public void setHeightISOColor(java.lang.String value)
Sets the value of the heightISOColor property.

Parameters:
value - allowed object is String

getMinZValue

public java.lang.Double getMinZValue()
Gets the value of the minZValue property.

Returns:
possible object is Double

setMinZValue

public void setMinZValue(java.lang.Double value)
Sets the value of the minZValue property.

Parameters:
value - allowed object is Double

getMaxZValue

public java.lang.Double getMaxZValue()
Gets the value of the maxZValue property.

Returns:
possible object is Double

setMaxZValue

public void setMaxZValue(java.lang.Double value)
Sets the value of the maxZValue property.

Parameters:
value - allowed object is Double


Copyright © 2011. All Rights Reserved.