|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.services.jaxb.wpvs.DatasetDefinitions
public class DatasetDefinitions
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Title" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="MetadataURL" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="Abstract" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="BaseCRS" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element ref="{http://www.deegree.org/services/wpvs}TranslationToLocalCRS"/>
<element name="MaxPixelError" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element ref="{http://www.deegree.org/services/wpvs}DEMDataset"/>
<element ref="{http://www.deegree.org/services/wpvs}DEMTextureDataset" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.deegree.org/services/wpvs}ColormapDataset" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.deegree.org/services/wpvs}RenderableDataset" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
_abstract
|
protected String |
baseCRS
|
protected List<ColormapDatasetConfig> |
colormapDataset
|
protected DEMDatasetConfig |
demDataset
|
protected List<DEMTextureDatasetConfig> |
demTextureDataset
|
protected Double |
maxPixelError
|
protected List<String> |
metadataURL
|
protected List<RenderableDatasetConfig> |
renderableDataset
|
protected String |
title
|
protected TranslationToLocalCRS |
translationToLocalCRS
|
| Constructor Summary | |
|---|---|
DatasetDefinitions()
|
|
| Method Summary | |
|---|---|
String |
getAbstract()
Gets the value of the abstract property. |
String |
getBaseCRS()
Gets the value of the baseCRS property. |
List<ColormapDatasetConfig> |
getColormapDataset()
Gets the value of the colormapDataset property. |
DEMDatasetConfig |
getDEMDataset()
Gets the value of the demDataset property. |
List<DEMTextureDatasetConfig> |
getDEMTextureDataset()
Gets the value of the demTextureDataset property. |
Double |
getMaxPixelError()
Gets the value of the maxPixelError property. |
List<String> |
getMetadataURL()
Gets the value of the metadataURL property. |
List<RenderableDatasetConfig> |
getRenderableDataset()
Gets the value of the renderableDataset property. |
String |
getTitle()
Gets the value of the title property. |
TranslationToLocalCRS |
getTranslationToLocalCRS()
Gets the value of the translationToLocalCRS property. |
void |
setAbstract(String value)
Sets the value of the abstract property. |
void |
setBaseCRS(String value)
Sets the value of the baseCRS property. |
void |
setDEMDataset(DEMDatasetConfig value)
Sets the value of the demDataset property. |
void |
setMaxPixelError(Double value)
Sets the value of the maxPixelError property. |
void |
setTitle(String value)
Sets the value of the title property. |
void |
setTranslationToLocalCRS(TranslationToLocalCRS value)
Sets the value of the translationToLocalCRS property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String title
protected List<String> metadataURL
protected String _abstract
protected String baseCRS
protected TranslationToLocalCRS translationToLocalCRS
protected Double maxPixelError
protected DEMDatasetConfig demDataset
protected List<DEMTextureDatasetConfig> demTextureDataset
protected List<ColormapDatasetConfig> colormapDataset
protected List<RenderableDatasetConfig> renderableDataset
| Constructor Detail |
|---|
public DatasetDefinitions()
| Method Detail |
|---|
public String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic List<String> getMetadataURL()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the metadataURL property.
For example, to add a new item, do as follows:
getMetadataURL().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getAbstract()
Stringpublic void setAbstract(String value)
value - allowed object is
Stringpublic String getBaseCRS()
Stringpublic void setBaseCRS(String value)
value - allowed object is
Stringpublic TranslationToLocalCRS getTranslationToLocalCRS()
TranslationToLocalCRSpublic void setTranslationToLocalCRS(TranslationToLocalCRS value)
value - allowed object is
TranslationToLocalCRSpublic Double getMaxPixelError()
Doublepublic void setMaxPixelError(Double value)
value - allowed object is
Doublepublic DEMDatasetConfig getDEMDataset()
DEMDatasetConfigpublic void setDEMDataset(DEMDatasetConfig value)
value - allowed object is
DEMDatasetConfigpublic List<DEMTextureDatasetConfig> getDEMTextureDataset()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the demTextureDataset property.
For example, to add a new item, do as follows:
getDEMTextureDataset().add(newItem);
Objects of the following type(s) are allowed in the list
DEMTextureDatasetConfig
public List<ColormapDatasetConfig> getColormapDataset()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the colormapDataset property.
For example, to add a new item, do as follows:
getColormapDataset().add(newItem);
Objects of the following type(s) are allowed in the list
ColormapDatasetConfig
public List<RenderableDatasetConfig> getRenderableDataset()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the renderableDataset property.
For example, to add a new item, do as follows:
getRenderableDataset().add(newItem);
Objects of the following type(s) are allowed in the list
RenderableDatasetConfig
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||