|
||||||||||
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.DEMTextureDatasetConfig
public class DEMTextureDatasetConfig
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 |
---|
protected Double maxPixelError
protected Double maxProjectedTexelSize
protected String coverageStoreId
protected StyledGeometryProvider styledGeometryProvider
protected Integer requestTimeout
Constructor Detail |
---|
public DEMTextureDatasetConfig()
Method Detail |
---|
public Double getMaxPixelError()
Double
public void setMaxPixelError(Double value)
value
- allowed object is
Double
public Double getMaxProjectedTexelSize()
Double
public void setMaxProjectedTexelSize(Double value)
value
- allowed object is
Double
public String getCoverageStoreId()
String
public void setCoverageStoreId(String value)
value
- allowed object is
String
public StyledGeometryProvider getStyledGeometryProvider()
StyledGeometryProvider
public void setStyledGeometryProvider(StyledGeometryProvider value)
value
- allowed object is
StyledGeometryProvider
public int getRequestTimeout()
Integer
public void setRequestTimeout(Integer value)
value
- allowed object is
Integer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |