|
||||||||||
| 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.BasicIdentificationType
net.opengis.ows._2.IdentificationType
public class IdentificationType
Extended metadata identifying and describing a set of data. This type shall be extended if needed for each specific OWS to include additional metadata for each type of dataset. If needed, this type should first be restricted for each specific OWS to change the multiplicity (or optionality) of some elements.
Classe Java pour IdentificationType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="IdentificationType">
<complexContent>
<extension base="{http://www.opengis.net/ows/2.0}BasicIdentificationType">
<sequence>
<element ref="{http://www.opengis.net/ows/2.0}BoundingBox" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/ows/2.0}OutputFormat" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/ows/2.0}AvailableCRS" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<JAXBElement<String>> |
availableCRS
|
protected List<JAXBElement<? extends BoundingBoxType>> |
boundingBox
|
protected List<String> |
outputFormat
|
| Fields inherited from class net.opengis.ows._2.BasicIdentificationType |
|---|
identifier, metadata |
| Fields inherited from class net.opengis.ows._2.DescriptionType |
|---|
_abstract, keywords, title |
| Constructor Summary | |
|---|---|
IdentificationType()
|
|
| Method Summary | |
|---|---|
List<JAXBElement<String>> |
getAvailableCRS()
Unordered list of zero or more available coordinate reference systems.Gets the value of the availableCRS property. |
List<JAXBElement<? extends BoundingBoxType>> |
getBoundingBox()
Unordered list of zero or more bounding boxes whose union describes the extent of this dataset.Gets the value of the boundingBox property. |
List<String> |
getOutputFormat()
Unordered list of zero or more references to data formats supported for server outputs.Gets the value of the outputFormat property. |
boolean |
isSetAvailableCRS()
|
boolean |
isSetBoundingBox()
|
boolean |
isSetOutputFormat()
|
void |
unsetAvailableCRS()
|
void |
unsetBoundingBox()
|
void |
unsetOutputFormat()
|
| Methods inherited from class net.opengis.ows._2.BasicIdentificationType |
|---|
getIdentifier, getMetadata, isSetIdentifier, isSetMetadata, setIdentifier, unsetMetadata |
| 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<JAXBElement<? extends BoundingBoxType>> boundingBox
protected List<String> outputFormat
protected List<JAXBElement<String>> availableCRS
| Constructor Detail |
|---|
public IdentificationType()
| Method Detail |
|---|
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<String> getOutputFormat()
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 outputFormat property.
For example, to add a new item, do as follows:
getOutputFormat().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetOutputFormat()
public void unsetOutputFormat()
public List<JAXBElement<String>> getAvailableCRS()
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 availableCRS property.
For example, to add a new item, do as follows:
getAvailableCRS().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<String>
JAXBElement<String>
public boolean isSetAvailableCRS()
public void unsetAvailableCRS()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||