|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.crs.LatLongType
public class LatLongType
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 |
|---|
protected double value
protected Boolean inDegrees
| Constructor Detail |
|---|
public LatLongType()
| Method Detail |
|---|
public double getValue()
public void setValue(double value)
public boolean isInDegrees()
Booleanpublic void setInDegrees(Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||