|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.opengts.util.GeoOffset
public class GeoOffset
A container for a single latitude/longitude offset value pair
Constructor Summary | |
---|---|
GeoOffset(double ofsLat,
double ofsLon)
Constructor |
|
GeoOffset(GeoOffset gb)
Copy Constructor |
Method Summary | |
---|---|
java.lang.Object |
clone()
Returns a clone of this GeoOffset |
double |
getOffsetLatitude()
Gets the Latitude offset |
double |
getOffsetLongitude()
Gets the Longitude offset |
void |
setOffsetLatitude(double dLat)
Sets the Latitude offset |
void |
setOffsetLongitude(double dLon)
Sets the Longitude offset |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GeoOffset(double ofsLat, double ofsLon)
ofsLat
- The latitude offsetofsLon
- The longitude offsetpublic GeoOffset(GeoOffset gb)
gb
- The other GeoOffsetMethod Detail |
---|
public java.lang.Object clone()
clone
in class java.lang.Object
public void setOffsetLatitude(double dLat)
dLat
- The latitude offsetpublic double getOffsetLatitude()
public void setOffsetLongitude(double dLon)
dLon
- The longitude offsetpublic double getOffsetLongitude()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |