|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.services.jaxb.wpvs.AbstractDataType
org.deegree.services.jaxb.wpvs.RenderableDatasetConfig
public class RenderableDatasetConfig
Java class for RenderableDataset element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="RenderableDataset">
<complexType>
<complexContent>
<extension base="{http://www.deegree.org/services/wpvs}AbstractDataType">
<sequence>
<element name="RenderableStoreId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="MaxPixelError" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element ref="{http://www.deegree.org/services/wpvs}SwitchLevels" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
| Field Summary | |
|---|---|
protected Double |
maxPixelError
|
protected String |
renderableStoreId
|
protected SwitchLevels |
switchLevels
|
| Fields inherited from class org.deegree.services.jaxb.wpvs.AbstractDataType |
|---|
_abstract, metadataURL, name, title |
| Constructor Summary | |
|---|---|
RenderableDatasetConfig()
|
|
| Method Summary | |
|---|---|
Double |
getMaxPixelError()
Gets the value of the maxPixelError property. |
String |
getRenderableStoreId()
Gets the value of the renderableStoreId property. |
SwitchLevels |
getSwitchLevels()
Gets the value of the switchLevels property. |
void |
setMaxPixelError(Double value)
Sets the value of the maxPixelError property. |
void |
setRenderableStoreId(String value)
Sets the value of the renderableStoreId property. |
void |
setSwitchLevels(SwitchLevels value)
Sets the value of the switchLevels 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 renderableStoreId
protected Double maxPixelError
protected SwitchLevels switchLevels
| Constructor Detail |
|---|
public RenderableDatasetConfig()
| Method Detail |
|---|
public String getRenderableStoreId()
Stringpublic void setRenderableStoreId(String value)
value - allowed object is
Stringpublic Double getMaxPixelError()
Doublepublic void setMaxPixelError(Double value)
value - allowed object is
Doublepublic SwitchLevels getSwitchLevels()
SwitchLevelspublic void setSwitchLevels(SwitchLevels value)
value - allowed object is
SwitchLevels
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||