|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.services.jaxb.wpvs.AbstractDataType org.deegree.services.jaxb.wpvs.ColormapDatasetConfig
public class ColormapDatasetConfig
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 String |
heightISOColor
|
protected String |
maxColor
|
protected Double |
maxZValue
|
protected String |
minColor
|
protected Double |
minZValue
|
Fields inherited from class org.deegree.services.jaxb.wpvs.AbstractDataType |
---|
_abstract, metadataURL, name, title |
Constructor Summary | |
---|---|
ColormapDatasetConfig()
|
Method Summary | |
---|---|
String |
getHeightISOColor()
Gets the value of the heightISOColor property. |
String |
getMaxColor()
Gets the value of the maxColor property. |
Double |
getMaxZValue()
Gets the value of the maxZValue property. |
String |
getMinColor()
Gets the value of the minColor property. |
Double |
getMinZValue()
Gets the value of the minZValue property. |
void |
setHeightISOColor(String value)
Sets the value of the heightISOColor property. |
void |
setMaxColor(String value)
Sets the value of the maxColor property. |
void |
setMaxZValue(Double value)
Sets the value of the maxZValue property. |
void |
setMinColor(String value)
Sets the value of the minColor property. |
void |
setMinZValue(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 |
---|
protected String minColor
protected String maxColor
protected String heightISOColor
protected Double minZValue
protected Double maxZValue
Constructor Detail |
---|
public ColormapDatasetConfig()
Method Detail |
---|
public String getMinColor()
String
public void setMinColor(String value)
value
- allowed object is
String
public String getMaxColor()
String
public void setMaxColor(String value)
value
- allowed object is
String
public String getHeightISOColor()
String
public void setHeightISOColor(String value)
value
- allowed object is
String
public Double getMinZValue()
Double
public void setMinZValue(Double value)
value
- allowed object is
Double
public Double getMaxZValue()
Double
public void setMaxZValue(Double value)
value
- allowed object is
Double
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |