|
||||||||||
| 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.DEMDatasetConfig
public class DEMDatasetConfig
An elevation model is visible through the capabilities and can be requested by a client. Normally it will define a DEM (Digital Elevation Model) but it might as well have a more semantic character (using for example rent prices of houses).
Java class for DEMDataset element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="DEMDataset">
<complexType>
<complexContent>
<extension base="{http://www.deegree.org/services/wpvs}AbstractDataType">
<sequence>
<element name="MaxPixelError" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="BatchedMTStoreId" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
| Field Summary | |
|---|---|
protected java.lang.String |
batchedMTStoreId
|
protected java.lang.Double |
maxPixelError
|
| Fields inherited from class org.deegree.services.jaxb.wpvs.AbstractDataType |
|---|
_abstract, metadataURL, name, title |
| Constructor Summary | |
|---|---|
DEMDatasetConfig()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getBatchedMTStoreId()
Gets the value of the batchedMTStoreId property. |
java.lang.Double |
getMaxPixelError()
Gets the value of the maxPixelError property. |
void |
setBatchedMTStoreId(java.lang.String value)
Sets the value of the batchedMTStoreId property. |
void |
setMaxPixelError(java.lang.Double value)
Sets the value of the maxPixelError 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 java.lang.Double maxPixelError
protected java.lang.String batchedMTStoreId
| Constructor Detail |
|---|
public DEMDatasetConfig()
| Method Detail |
|---|
public java.lang.Double getMaxPixelError()
Doublepublic void setMaxPixelError(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getBatchedMTStoreId()
Stringpublic void setBatchedMTStoreId(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||