|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.v3x.apps.StakingBuddy.StakingBuddyLocation
public class StakingBuddyLocation
| Constructor Summary | |
|---|---|
StakingBuddyLocation()
Create a new StakingBuddyLocation. |
|
| Method Summary | |
|---|---|
double |
getBearing()
Bearing with respect to parent location. |
double |
getDeflection()
Deflection angle with respect to parent span. |
java.lang.String |
getDescription()
Description of location. |
double |
getDistance()
Distance to parent location. |
java.lang.String |
getIsStation()
Notification of Station. |
java.lang.String |
getKey()
Name of location. |
double |
getLatitude()
Latitude of point. |
java.util.Map |
getLocationInfo()
|
java.util.ArrayList |
getLocationUnits()
|
java.lang.String |
getLocationUnitsAsString()
|
java.lang.String |
getLocationUnitsAsString(java.lang.String delimeter)
|
double |
getLongitude()
Longitude of point. |
double |
getMapx()
Retieve the current value of map x for this instance. |
double |
getMapy()
Get map y. |
java.lang.String |
getName()
Name of location. |
java.lang.String |
getParentKey()
Name of parent location. |
java.util.ArrayList |
getSpanUnits()
|
java.lang.String |
getSpanUnitsAsString()
|
java.lang.String |
getSpanUnitsAsString(java.lang.String delimeter)
|
int |
getStakingBuddyGpsID()
|
void |
measure(Projection projection,
double offsetx,
double offsety)
Figures out (x, y) based on (latitude, longitude) and (mapx, mapy). |
void |
setBearing(double newBearing)
Bearing with respect to parent location. |
void |
setDeflection(double newDeflection)
Deflection angle with respect to parent span. |
void |
setDescription(java.lang.String newDescription)
Description of location. |
void |
setDistance(double newDistance)
Distance to parent location. |
void |
setIsStation(java.lang.String newIsStation)
Notification of Station. |
void |
setKey(java.lang.String newKey)
Name of location. |
void |
setLatitude(double newLatitude)
Latitude of point. |
void |
setLocationInfo(java.util.Map locationInfo)
|
void |
setLocationUnits(java.util.ArrayList newUnits)
|
void |
setLongitude(double newLongitude)
Longitude of point. |
void |
setMapx(double newMapx)
Copied from the mapset, although be careful because it's copied from the highlight data which is stored as imprecise 32-bit floats. |
void |
setMapy(double newMapy)
Mapy sounds like an adjective, doesn't it? |
void |
setName(java.lang.String newName)
Name of location. |
void |
setParentKey(java.lang.String newParentKey)
Name of parent location. |
void |
setSpanUnits(java.util.ArrayList newUnits)
|
void |
setStakingBuddyLocationID(int stakingBuddyLocationID)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StakingBuddyLocation()
| Method Detail |
|---|
public double getBearing()
public void setBearing(double newBearing)
public double getDeflection()
public void setDeflection(double newDeflection)
public java.lang.String getDescription()
public void setDescription(java.lang.String newDescription)
public double getDistance()
public void setDistance(double newDistance)
public double getLatitude()
public void setLatitude(double newLatitude)
public java.util.Map getLocationInfo()
public void setLocationInfo(java.util.Map locationInfo)
public double getLongitude()
public void setLongitude(double newLongitude)
public void setMapx(double newMapx)
public double getMapx()
public void setMapy(double newMapy)
public double getMapy()
public void measure(Projection projection,
double offsetx,
double offsety)
public java.lang.String getName()
public void setName(java.lang.String newName)
public java.lang.String getKey()
public void setKey(java.lang.String newKey)
public java.lang.String getParentKey()
public void setParentKey(java.lang.String newParentKey)
public java.util.ArrayList getLocationUnits()
public void setLocationUnits(java.util.ArrayList newUnits)
public java.util.ArrayList getSpanUnits()
public void setSpanUnits(java.util.ArrayList newUnits)
public java.lang.String getIsStation()
public void setIsStation(java.lang.String newIsStation)
public java.lang.String getLocationUnitsAsString(java.lang.String delimeter)
public java.lang.String getSpanUnitsAsString(java.lang.String delimeter)
public java.lang.String getLocationUnitsAsString()
public java.lang.String getSpanUnitsAsString()
public int getStakingBuddyGpsID()
public void setStakingBuddyLocationID(int stakingBuddyLocationID)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||