|
||||||||||
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.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 String |
batchedMTStoreId
|
protected Double |
maxPixelError
|
Fields inherited from class org.deegree.services.jaxb.wpvs.AbstractDataType |
---|
_abstract, metadataURL, name, title |
Constructor Summary | |
---|---|
DEMDatasetConfig()
|
Method Summary | |
---|---|
String |
getBatchedMTStoreId()
Gets the value of the batchedMTStoreId property. |
Double |
getMaxPixelError()
Gets the value of the maxPixelError property. |
void |
setBatchedMTStoreId(String value)
Sets the value of the batchedMTStoreId property. |
void |
setMaxPixelError(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 Double maxPixelError
protected String batchedMTStoreId
Constructor Detail |
---|
public DEMDatasetConfig()
Method Detail |
---|
public Double getMaxPixelError()
Double
public void setMaxPixelError(Double value)
value
- allowed object is
Double
public String getBatchedMTStoreId()
String
public void setBatchedMTStoreId(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |