|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.AbstractGMLType
net.opengis.gml.DefinitionType
net.opengis.gml.CoordinateSystemAxisBaseType
net.opengis.gml.CoordinateSystemAxisType
public class CoordinateSystemAxisType
Definition of a coordinate system axis.
Classe Java pour CoordinateSystemAxisType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="CoordinateSystemAxisType">
<complexContent>
<extension base="{http://www.opengis.net/gml}CoordinateSystemAxisBaseType">
<sequence>
<element ref="{http://www.opengis.net/gml}axisID" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/gml}remarks" minOccurs="0"/>
<element ref="{http://www.opengis.net/gml}axisAbbrev"/>
<element ref="{http://www.opengis.net/gml}axisDirection"/>
</sequence>
<attribute ref="{http://www.opengis.net/gml}uom use="required""/>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected CodeType |
axisAbbrev
|
protected CodeType |
axisDirection
|
protected List<IdentifierType> |
axisID
|
protected StringOrRefType |
remarks
|
protected String |
uom
|
| Fields inherited from class net.opengis.gml.AbstractGMLType |
|---|
description, id, metaDataProperty, name |
| Constructor Summary | |
|---|---|
CoordinateSystemAxisType()
|
|
| Method Summary | |
|---|---|
CodeType |
getAxisAbbrev()
Obtient la valeur de la propriété axisAbbrev. |
CodeType |
getAxisDirection()
Obtient la valeur de la propriété axisDirection. |
List<IdentifierType> |
getAxisID()
Set of alternative identifications of this coordinate system axis. |
StringOrRefType |
getRemarks()
Comments on or information about this coordinate system axis, including data source information. |
String |
getUom()
Obtient la valeur de la propriété uom. |
boolean |
isSetAxisAbbrev()
|
boolean |
isSetAxisDirection()
|
boolean |
isSetAxisID()
|
boolean |
isSetRemarks()
|
boolean |
isSetUom()
|
void |
setAxisAbbrev(CodeType value)
Définit la valeur de la propriété axisAbbrev. |
void |
setAxisDirection(CodeType value)
Définit la valeur de la propriété axisDirection. |
void |
setRemarks(StringOrRefType value)
Définit la valeur de la propriété remarks. |
void |
setUom(String value)
Définit la valeur de la propriété uom. |
void |
unsetAxisID()
|
| Methods inherited from class net.opengis.gml.AbstractGMLType |
|---|
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, unsetMetaDataProperty, unsetName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<IdentifierType> axisID
protected StringOrRefType remarks
protected CodeType axisAbbrev
protected CodeType axisDirection
protected String uom
| Constructor Detail |
|---|
public CoordinateSystemAxisType()
| Method Detail |
|---|
public List<IdentifierType> getAxisID()
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 axisID property.
For example, to add a new item, do as follows:
getAxisID().add(newItem);
Objects of the following type(s) are allowed in the list
IdentifierType
public boolean isSetAxisID()
public void unsetAxisID()
public StringOrRefType getRemarks()
StringOrRefTypepublic void setRemarks(StringOrRefType value)
value - allowed object is
StringOrRefTypepublic boolean isSetRemarks()
public CodeType getAxisAbbrev()
CodeTypepublic void setAxisAbbrev(CodeType value)
value - allowed object is
CodeTypepublic boolean isSetAxisAbbrev()
public CodeType getAxisDirection()
CodeTypepublic void setAxisDirection(CodeType value)
value - allowed object is
CodeTypepublic boolean isSetAxisDirection()
public String getUom()
Stringpublic void setUom(String value)
value - allowed object is
Stringpublic boolean isSetUom()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||