|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.v3x.apps.StakingBuddy.StakingBuddyRedlineNode
public class StakingBuddyRedlineNode
| Constructor Summary | |
|---|---|
StakingBuddyRedlineNode()
Create a new StakingBuddyLocation. |
|
| Method Summary | |
|---|---|
java.lang.String |
getKey()
ID of redline node. |
double |
getMapx()
Retieve the current value of map x for this instance. |
double |
getMapy()
Get map y. |
java.lang.String |
getParentKey()
ID of parent redline node. |
java.util.Map |
getRedlineNodeInfo()
|
java.lang.String |
getRedlineTypeName()
Type name of redline node. |
int |
getStakingBuddyGpsID()
accessor methods for GPS ID |
double |
getStartLatitude()
Latitude of point. |
double |
getStartLongitude()
Longitude of point. |
void |
measure(Projection projection,
double offsetx,
double offsety)
Figures out (x, y) based on (latitude, longitude) and (mapx, mapy). |
java.lang.String |
redlineNodestoString()
toString() method of the class |
void |
setKey(java.lang.String newKey)
ID of redline node. |
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 |
setParentKey(java.lang.String newParentKey)
ID of parent redline node. |
void |
setRedlineNodeInfo(java.util.Map redlineNodeInfo)
|
void |
setRedlineTypeName(java.lang.String newRedlineTypeName)
Type name of redline node. |
void |
setStakingBuddyGpsID(int newStakingBuddyGpsID)
|
void |
setStartLatitude(double newLatitude)
Latitude of point. |
void |
setStartLongitude(double newLongitude)
Longitude of point. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StakingBuddyRedlineNode()
| Method Detail |
|---|
public java.lang.String getRedlineTypeName()
public void setRedlineTypeName(java.lang.String newRedlineTypeName)
public double getStartLatitude()
public void setStartLatitude(double newLatitude)
public double getStartLongitude()
public void setStartLongitude(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.util.Map getRedlineNodeInfo()
public void setRedlineNodeInfo(java.util.Map redlineNodeInfo)
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 int getStakingBuddyGpsID()
public void setStakingBuddyGpsID(int newStakingBuddyGpsID)
public java.lang.String redlineNodestoString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||