|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.soda.dk.data.PositionData
public class PositionData
| Constructor Summary | |
|---|---|
PositionData(Degree latitude,
Degree longitude)
Constructs an instance of this class from the specified latitude and longitude parameters. |
|
PositionData(java.lang.String latitudeString,
java.lang.String longitudeString)
Constructs an instance of this class from the specified latitude string and longitude string parameters. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object compare)
Equals with the specified compare parameter and return the boolean result. |
Degree |
getLatitude()
Gets the latitude (Degree) value. |
Degree |
getLongitude()
Gets the longitude (Degree) value. |
java.lang.String |
toString()
Returns the string value. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PositionData(java.lang.String latitudeString,
java.lang.String longitudeString)
latitudeString - The latitude string (String) parameter.longitudeString - The longitude string (String) parameter.PositionData(Degree,Degree)
public PositionData(Degree latitude,
Degree longitude)
latitude - The latitude (Degree) parameter.longitude - The longitude (Degree) parameter.PositionData(String,String)| Method Detail |
|---|
public boolean equals(java.lang.Object compare)
equals in class java.lang.Objectcompare - The compare (Object) parameter.
boolean) value.public Degree getLatitude()
Degree) value.public Degree getLongitude()
Degree) value.public java.lang.String toString()
toString in class java.lang.ObjectString) value.
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||