public class MapAppGps
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
int |
getAutodrawGranularityFeet() |
int |
getOffsetXFeet() |
int |
getOffsetYFeet() |
java.lang.String |
getProjectionName() |
boolean |
isFollowingGPS() |
boolean |
isRotatingMapWithGps() |
void |
setAutodrawGranularityFeet(int inAutodrawGranularityFeet) |
void |
setFollowingGPS(boolean inFollowingGPS) |
void |
setOffsetXFeet(int inOffsetXFeet) |
void |
setOffsetYFeet(int inOffsetYFeet) |
void |
setProjectionName(java.lang.String projectionName)
Setting projectionName to null or blank has a special meaning -
it means to use the projection settings in the mapset.
|
void |
setRotateMapWithGps(boolean rotateMapWithGps) |
public MapAppGps(MapApp app)
public boolean isFollowingGPS()
public void setFollowingGPS(boolean inFollowingGPS)
public java.lang.String getProjectionName()
public void setProjectionName(java.lang.String projectionName)
projectionName - public void setRotateMapWithGps(boolean rotateMapWithGps)
public boolean isRotatingMapWithGps()
public int getAutodrawGranularityFeet()
public void setAutodrawGranularityFeet(int inAutodrawGranularityFeet)
public int getOffsetXFeet()
public void setOffsetXFeet(int inOffsetXFeet)
public int getOffsetYFeet()
public void setOffsetYFeet(int inOffsetYFeet)