|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 java.lang.String |
_abstract
|
protected java.lang.String |
baseCRS
|
protected java.util.List<ColormapDatasetConfig> |
colormapDataset
|
protected DEMDatasetConfig |
demDataset
|
protected java.util.List<DEMTextureDatasetConfig> |
demTextureDataset
|
protected java.lang.Double |
maxPixelError
|
protected java.util.List<java.lang.String> |
metadataURL
|
protected java.util.List<RenderableDatasetConfig> |
renderableDataset
|
protected java.lang.String |
title
|
protected TranslationToLocalCRS |
translationToLocalCRS
|
Constructor Summary | |
---|---|
DatasetDefinitions()
|
Method Summary | |
---|---|
java.lang.String |
getAbstract()
Gets the value of the abstract property. |
java.lang.String |
getBaseCRS()
Gets the value of the baseCRS property. |
java.util.List<ColormapDatasetConfig> |
getColormapDataset()
Gets the value of the colormapDataset property. |
DEMDatasetConfig |
getDEMDataset()
Gets the value of the demDataset property. |
java.util.List<DEMTextureDatasetConfig> |
getDEMTextureDataset()
Gets the value of the demTextureDataset property. |
java.lang.Double |
getMaxPixelError()
Gets the value of the maxPixelError property. |
java.util.List<java.lang.String> |
getMetadataURL()
Gets the value of the metadataURL property. |
java.util.List<RenderableDatasetConfig> |
getRenderableDataset()
Gets the value of the renderableDataset property. |
java.lang.String |
getTitle()
Gets the value of the title property. |
TranslationToLocalCRS |
getTranslationToLocalCRS()
Gets the value of the translationToLocalCRS property. |
void |
setAbstract(java.lang.String value)
Sets the value of the abstract property. |
void |
setBaseCRS(java.lang.String value)
Sets the value of the baseCRS property. |
void |
setDEMDataset(DEMDatasetConfig value)
Sets the value of the demDataset property. |
void |
setMaxPixelError(java.lang.Double value)
Sets the value of the maxPixelError property. |
void |
setTitle(java.lang.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 java.lang.String title
protected java.util.List<java.lang.String> metadataURL
protected java.lang.String _abstract
protected java.lang.String baseCRS
protected TranslationToLocalCRS translationToLocalCRS
protected java.lang.Double maxPixelError
protected DEMDatasetConfig demDataset
protected java.util.List<DEMTextureDatasetConfig> demTextureDataset
protected java.util.List<ColormapDatasetConfig> colormapDataset
protected java.util.List<RenderableDatasetConfig> renderableDataset
Constructor Detail |
---|
public DatasetDefinitions()
Method Detail |
---|
public java.lang.String getTitle()
String
public void setTitle(java.lang.String value)
value
- allowed object is
String
public java.util.List<java.lang.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 java.lang.String getAbstract()
String
public void setAbstract(java.lang.String value)
value
- allowed object is
String
public java.lang.String getBaseCRS()
String
public void setBaseCRS(java.lang.String value)
value
- allowed object is
String
public TranslationToLocalCRS getTranslationToLocalCRS()
TranslationToLocalCRS
public void setTranslationToLocalCRS(TranslationToLocalCRS value)
value
- allowed object is
TranslationToLocalCRS
public java.lang.Double getMaxPixelError()
Double
public void setMaxPixelError(java.lang.Double value)
value
- allowed object is
Double
public DEMDatasetConfig getDEMDataset()
DEMDatasetConfig
public void setDEMDataset(DEMDatasetConfig value)
value
- allowed object is
DEMDatasetConfig
public java.util.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 java.util.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 java.util.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 |