org.deegree.crs
Class LatLongType

java.lang.Object
  extended by org.deegree.crs.LatLongType

public class LatLongType
extends Object

A simple type, which can be used to define a lat-lon in radians or degrees. False if the given latitude/longitude is in radians. If omited degrees will be assumed.

Java class for LatLongType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="LatLongType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>double">
       <attribute name="inDegrees" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  Boolean inDegrees
           
protected  double value
           
 
Constructor Summary
LatLongType()
           
 
Method Summary
 double getValue()
          Gets the value of the value property.
 boolean isInDegrees()
          Gets the value of the inDegrees property.
 void setInDegrees(Boolean value)
          Sets the value of the inDegrees property.
 void setValue(double value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected double value

inDegrees

protected Boolean inDegrees
Constructor Detail

LatLongType

public LatLongType()
Method Detail

getValue

public double getValue()
Gets the value of the value property.


setValue

public void setValue(double value)
Sets the value of the value property.


isInDegrees

public boolean isInDegrees()
Gets the value of the inDegrees property.

Returns:
possible object is Boolean

setInDegrees

public void setInDegrees(Boolean value)
Sets the value of the inDegrees property.

Parameters:
value - allowed object is Boolean


Copyright © 2011. All Rights Reserved.