net.opengis.gml
Class CoordinateSystemAxisType

java.lang.Object
  extended by net.opengis.gml.AbstractGMLType
      extended by net.opengis.gml.DefinitionType
          extended by net.opengis.gml.CoordinateSystemAxisBaseType
              extended by net.opengis.gml.CoordinateSystemAxisType

public class CoordinateSystemAxisType
extends CoordinateSystemAxisBaseType

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

axisID

protected List<IdentifierType> axisID

remarks

protected StringOrRefType remarks

axisAbbrev

protected CodeType axisAbbrev

axisDirection

protected CodeType axisDirection

uom

protected String uom
Constructor Detail

CoordinateSystemAxisType

public CoordinateSystemAxisType()
Method Detail

getAxisID

public List<IdentifierType> getAxisID()
Set of alternative identifications of this coordinate system axis. The first axisID, if any, is normally the primary identification code, and any others are aliases. Gets the value of the axisID property.

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


isSetAxisID

public boolean isSetAxisID()

unsetAxisID

public void unsetAxisID()

getRemarks

public StringOrRefType getRemarks()
Comments on or information about this coordinate system axis, including data source information.

Returns:
possible object is StringOrRefType

setRemarks

public void setRemarks(StringOrRefType value)
Définit la valeur de la propriété remarks.

Parameters:
value - allowed object is StringOrRefType

isSetRemarks

public boolean isSetRemarks()

getAxisAbbrev

public CodeType getAxisAbbrev()
Obtient la valeur de la propriété axisAbbrev.

Returns:
possible object is CodeType

setAxisAbbrev

public void setAxisAbbrev(CodeType value)
Définit la valeur de la propriété axisAbbrev.

Parameters:
value - allowed object is CodeType

isSetAxisAbbrev

public boolean isSetAxisAbbrev()

getAxisDirection

public CodeType getAxisDirection()
Obtient la valeur de la propriété axisDirection.

Returns:
possible object is CodeType

setAxisDirection

public void setAxisDirection(CodeType value)
Définit la valeur de la propriété axisDirection.

Parameters:
value - allowed object is CodeType

isSetAxisDirection

public boolean isSetAxisDirection()

getUom

public String getUom()
Obtient la valeur de la propriété uom.

Returns:
possible object is String

setUom

public void setUom(String value)
Définit la valeur de la propriété uom.

Parameters:
value - allowed object is String

isSetUom

public boolean isSetUom()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.