org.deegree.services.jaxb.wpvs
Class DEMDatasetConfig

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

public class DEMDatasetConfig
extends AbstractDataType

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

maxPixelError

protected Double maxPixelError

batchedMTStoreId

protected String batchedMTStoreId
Constructor Detail

DEMDatasetConfig

public DEMDatasetConfig()
Method Detail

getMaxPixelError

public Double getMaxPixelError()
Gets the value of the maxPixelError property.

Returns:
possible object is Double

setMaxPixelError

public void setMaxPixelError(Double value)
Sets the value of the maxPixelError property.

Parameters:
value - allowed object is Double

getBatchedMTStoreId

public String getBatchedMTStoreId()
Gets the value of the batchedMTStoreId property.

Returns:
possible object is String

setBatchedMTStoreId

public void setBatchedMTStoreId(String value)
Sets the value of the batchedMTStoreId property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.