|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.ows._2.DescriptionType
net.opengis.ows._2.DatasetDescriptionSummaryBaseType
public class DatasetDescriptionSummaryBaseType
Typical dataset metadata in typical Contents section of an OWS service metadata (Capabilities) document. This type shall be extended and/or restricted if needed for specific OWS use, to include the specific Dataset description metadata needed.
Classe Java pour DatasetDescriptionSummaryBaseType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="DatasetDescriptionSummaryBaseType">
<complexContent>
<extension base="{http://www.opengis.net/ows/2.0}DescriptionType">
<sequence>
<element ref="{http://www.opengis.net/ows/2.0}WGS84BoundingBox" maxOccurs="unbounded" minOccurs="0"/>
<element name="Identifier" type="{http://www.opengis.net/ows/2.0}CodeType"/>
<element ref="{http://www.opengis.net/ows/2.0}BoundingBox" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/ows/2.0}Metadata" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/ows/2.0}DatasetDescriptionSummary" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<JAXBElement<? extends BoundingBoxType>> |
boundingBox
|
protected List<DatasetDescriptionSummaryBaseType> |
datasetDescriptionSummary
|
protected CodeType |
identifier
|
protected List<MetadataType> |
metadata
|
protected List<WGS84BoundingBoxType> |
wgs84BoundingBox
|
| Fields inherited from class net.opengis.ows._2.DescriptionType |
|---|
_abstract, keywords, title |
| Constructor Summary | |
|---|---|
DatasetDescriptionSummaryBaseType()
|
|
| Method Summary | |
|---|---|
List<JAXBElement<? extends BoundingBoxType>> |
getBoundingBox()
Unordered list of zero or more minimum bounding rectangles surrounding coverage data, in AvailableCRSs. |
List<DatasetDescriptionSummaryBaseType> |
getDatasetDescriptionSummary()
Metadata describing zero or more unordered subsidiary datasets available from this server.Gets the value of the datasetDescriptionSummary property. |
CodeType |
getIdentifier()
Obtient la valeur de la propriété identifier. |
List<MetadataType> |
getMetadata()
Optional unordered list of additional metadata about this dataset. |
List<WGS84BoundingBoxType> |
getWGS84BoundingBox()
Unordered list of zero or more minimum bounding rectangles surrounding coverage data, using the WGS 84 CRS with decimal degrees and longitude before latitude. |
boolean |
isSetBoundingBox()
|
boolean |
isSetDatasetDescriptionSummary()
|
boolean |
isSetIdentifier()
|
boolean |
isSetMetadata()
|
boolean |
isSetWGS84BoundingBox()
|
void |
setIdentifier(CodeType value)
Définit la valeur de la propriété identifier. |
void |
unsetBoundingBox()
|
void |
unsetDatasetDescriptionSummary()
|
void |
unsetMetadata()
|
void |
unsetWGS84BoundingBox()
|
| Methods inherited from class net.opengis.ows._2.DescriptionType |
|---|
getAbstract, getKeywords, getTitle, isSetAbstract, isSetKeywords, isSetTitle, unsetAbstract, unsetKeywords, unsetTitle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<WGS84BoundingBoxType> wgs84BoundingBox
protected CodeType identifier
protected List<JAXBElement<? extends BoundingBoxType>> boundingBox
protected List<MetadataType> metadata
protected List<DatasetDescriptionSummaryBaseType> datasetDescriptionSummary
| Constructor Detail |
|---|
public DatasetDescriptionSummaryBaseType()
| Method Detail |
|---|
public List<WGS84BoundingBoxType> getWGS84BoundingBox()
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 wgs84BoundingBox property.
For example, to add a new item, do as follows:
getWGS84BoundingBox().add(newItem);
Objects of the following type(s) are allowed in the list
WGS84BoundingBoxType
public boolean isSetWGS84BoundingBox()
public void unsetWGS84BoundingBox()
public CodeType getIdentifier()
CodeTypepublic void setIdentifier(CodeType value)
value - allowed object is
CodeTypepublic boolean isSetIdentifier()
public List<JAXBElement<? extends BoundingBoxType>> getBoundingBox()
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 boundingBox property.
For example, to add a new item, do as follows:
getBoundingBox().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<WGS84BoundingBoxType>
JAXBElement<BoundingBoxType>
public boolean isSetBoundingBox()
public void unsetBoundingBox()
public List<MetadataType> getMetadata()
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 metadata property.
For example, to add a new item, do as follows:
getMetadata().add(newItem);
Objects of the following type(s) are allowed in the list
MetadataType
public boolean isSetMetadata()
public void unsetMetadata()
public List<DatasetDescriptionSummaryBaseType> getDatasetDescriptionSummary()
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 datasetDescriptionSummary property.
For example, to add a new item, do as follows:
getDatasetDescriptionSummary().add(newItem);
Objects of the following type(s) are allowed in the list
DatasetDescriptionSummaryBaseType
public boolean isSetDatasetDescriptionSummary()
public void unsetDatasetDescriptionSummary()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||