net.opengis.gml
Class DegreesType

java.lang.Object
  extended by net.opengis.gml.DegreesType

public class DegreesType
extends Object

Integer number of degrees, plus the angle direction. This element can be used for geographic Latitude and Longitude. For Latitude, the XML attribute direction can take the values "N" or "S", meaning North or South of the equator. For Longitude, direction can take the values "E" or "W", meaning East or West of the prime meridian. This element can also be used for other angles. In that case, the direction can take the values "+" or "-" (of SignType), in the specified rotational direction from a specified reference direction.

Classe Java pour DegreesType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <complexType name="DegreesType">
   <simpleContent>
     <extension base="<http://www.opengis.net/gml>DegreeValueType">
       <attribute name="direction">
         <simpleType>
           <union>
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 <enumeration value="N"/>
                 <enumeration value="E"/>
                 <enumeration value="S"/>
                 <enumeration value="W"/>
               </restriction>
             </simpleType>
             <simpleType>
               <restriction base="{http://www.opengis.net/gml}SignType">
               </restriction>
             </simpleType>
           </union>
         </simpleType>
       </attribute>
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  String direction
           
protected  int value
           
 
Constructor Summary
DegreesType()
           
 
Method Summary
 String getDirection()
          Obtient la valeur de la propriété direction.
 int getValue()
          Integer number of degrees in a degree-minute-second or degree-minute angular value, without indication of direction.
 boolean isSetDirection()
           
 boolean isSetValue()
           
 void setDirection(String value)
          Définit la valeur de la propriété direction.
 void setValue(int value)
          Définit la valeur de la propriété value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected int value

direction

protected String direction
Constructor Detail

DegreesType

public DegreesType()
Method Detail

getValue

public int getValue()
Integer number of degrees in a degree-minute-second or degree-minute angular value, without indication of direction.


setValue

public void setValue(int value)
Définit la valeur de la propriété value.


isSetValue

public boolean isSetValue()

getDirection

public String getDirection()
Obtient la valeur de la propriété direction.

Returns:
possible object is String

setDirection

public void setDirection(String value)
Définit la valeur de la propriété direction.

Parameters:
value - allowed object is String

isSetDirection

public boolean isSetDirection()


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