org.deegree.services.jaxb.wpvs
Class DEMTextureDatasetConfig

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

public class DEMTextureDatasetConfig
extends AbstractDataType

A data type defines some properties like name, title and descriptions. A data type can have a bounding box, defining it's validity. The scale denominators are used to define the scales for which a data instance is valid.

Java class for DEMTextureDataset element declaration.

The following schema fragment specifies the expected content contained within this class.

 <element name="DEMTextureDataset">
   <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="MaxProjectedTexelSize" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
           <group ref="{http://www.deegree.org/services/wpvs}TextureProviders"/>
         </sequence>
         <attribute name="RequestTimeout" type="{http://www.w3.org/2001/XMLSchema}int" default="30" />
       </extension>
     </complexContent>
   </complexType>
 </element>
 


Field Summary
protected  String coverageStoreId
           
protected  Double maxPixelError
           
protected  Double maxProjectedTexelSize
           
protected  Integer requestTimeout
           
protected  StyledGeometryProvider styledGeometryProvider
           
 
Fields inherited from class org.deegree.services.jaxb.wpvs.AbstractDataType
_abstract, metadataURL, name, title
 
Constructor Summary
DEMTextureDatasetConfig()
           
 
Method Summary
 String getCoverageStoreId()
          Gets the value of the coverageStoreId property.
 Double getMaxPixelError()
          Gets the value of the maxPixelError property.
 Double getMaxProjectedTexelSize()
          Gets the value of the maxProjectedTexelSize property.
 int getRequestTimeout()
          Gets the value of the requestTimeout property.
 StyledGeometryProvider getStyledGeometryProvider()
          Gets the value of the styledGeometryProvider property.
 void setCoverageStoreId(String value)
          Sets the value of the coverageStoreId property.
 void setMaxPixelError(Double value)
          Sets the value of the maxPixelError property.
 void setMaxProjectedTexelSize(Double value)
          Sets the value of the maxProjectedTexelSize property.
 void setRequestTimeout(Integer value)
          Sets the value of the requestTimeout property.
 void setStyledGeometryProvider(StyledGeometryProvider value)
          Sets the value of the styledGeometryProvider 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

maxProjectedTexelSize

protected Double maxProjectedTexelSize

coverageStoreId

protected String coverageStoreId

styledGeometryProvider

protected StyledGeometryProvider styledGeometryProvider

requestTimeout

protected Integer requestTimeout
Constructor Detail

DEMTextureDatasetConfig

public DEMTextureDatasetConfig()
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

getMaxProjectedTexelSize

public Double getMaxProjectedTexelSize()
Gets the value of the maxProjectedTexelSize property.

Returns:
possible object is Double

setMaxProjectedTexelSize

public void setMaxProjectedTexelSize(Double value)
Sets the value of the maxProjectedTexelSize property.

Parameters:
value - allowed object is Double

getCoverageStoreId

public String getCoverageStoreId()
Gets the value of the coverageStoreId property.

Returns:
possible object is String

setCoverageStoreId

public void setCoverageStoreId(String value)
Sets the value of the coverageStoreId property.

Parameters:
value - allowed object is String

getStyledGeometryProvider

public StyledGeometryProvider getStyledGeometryProvider()
Gets the value of the styledGeometryProvider property.

Returns:
possible object is StyledGeometryProvider

setStyledGeometryProvider

public void setStyledGeometryProvider(StyledGeometryProvider value)
Sets the value of the styledGeometryProvider property.

Parameters:
value - allowed object is StyledGeometryProvider

getRequestTimeout

public int getRequestTimeout()
Gets the value of the requestTimeout property.

Returns:
possible object is Integer

setRequestTimeout

public void setRequestTimeout(Integer value)
Sets the value of the requestTimeout property.

Parameters:
value - allowed object is Integer


Copyright © 2011. All Rights Reserved.