|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.core.gps.GeoCoordinate com.esri.core.gps.GpsGeoCoordinate
public class GpsGeoCoordinate
Class to represent geo-coorindate and other GPS-related information.
Field Summary |
---|
Fields inherited from class com.esri.core.gps.GeoCoordinate |
---|
altitude, course, horizontalAccuracy, latitude, longitude, speed, verticalAccuracy |
Constructor Summary | |
---|---|
GpsGeoCoordinate()
|
Method Summary | |
---|---|
double |
getCourseMagnetic()
|
int |
getFixSatelliteCount()
|
FixStatus |
getFixStatus()
|
double |
getGeoidHeight()
|
double |
getHorizontalDilutionOfPrecision()
|
int |
getPositionChangeType()
|
double |
getPositionDilutionOfPrecision()
|
List<Integer> |
getSatellitesUsedInFix()
|
double |
getVerticalDilutionOfPrecision()
|
void |
setCourseMagnetic(double courseMagnetic)
Sets the trend -or- course (magnetic) along the fix line (in degrees). |
void |
setFixSatelliteCount(int fixSatelliteCount)
Sets the current count of satellites acquired for the fix. |
void |
setFixStatus(FixStatus fixStatus)
Sets the current fix status of the signal. |
void |
setGeoidHeight(double geoidHeight)
Sets the geoid height of the fix. |
void |
setHorizontalDilutionOfPrecision(double horizontalDilutionOfPrecision)
Sets the HorizontalDilutionOfPrecision of the fix. |
void |
setPositionChangeType(int positionChangeType)
Sets the type of GPS change event. |
void |
setPositionDilutionOfPrecision(double positionDilutionOfPrecision)
Sets the PositionDilutionOfPrecision of the fix. |
void |
setSatellitesUsedInFix(List<Integer> satellitesUsedInFix)
Sets the list of satellites available at a Location. |
void |
setVerticalDilutionOfPrecision(double verticalDilutionOfPrecision)
Sets the VerticalDilutionOfPrecision of the fix. |
String |
toString()
|
Methods inherited from class com.esri.core.gps.GeoCoordinate |
---|
getAltitude, getCourse, getDistanceTo, getHorizontalAccuracy, getLatitude, getLongitude, getSpeed, getVerticalAccuracy, setAltitude, setCourse, setHorizontalAccuracy, setLatitude, setLongitude, setSpeed, setVerticalAccuracy |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GpsGeoCoordinate()
Method Detail |
---|
public String toString()
toString
in class Object
public int getPositionChangeType()
PositionChangeType
public void setPositionChangeType(int positionChangeType)
positionChangeType
- the type of GPS change event.public FixStatus getFixStatus()
public void setFixStatus(FixStatus fixStatus)
fixStatus
- the current fix status of the signal.public int getFixSatelliteCount()
public void setFixSatelliteCount(int fixSatelliteCount)
fixSatelliteCount
- the current count of satellites acquired for the fix.public List<Integer> getSatellitesUsedInFix()
public void setSatellitesUsedInFix(List<Integer> satellitesUsedInFix)
satellitesUsedInFix
- the list of satellites available at a Location.public double getCourseMagnetic()
public void setCourseMagnetic(double courseMagnetic)
courseMagnetic
- the trend -or- course (magnetic) along the fix line (in degrees).public double getGeoidHeight()
public void setGeoidHeight(double geoidHeight)
geoidHeight
- the geoid height of the fix.public double getPositionDilutionOfPrecision()
public void setPositionDilutionOfPrecision(double positionDilutionOfPrecision)
positionDilutionOfPrecision
- the PositionDilutionOfPrecision of the fix.public double getHorizontalDilutionOfPrecision()
public void setHorizontalDilutionOfPrecision(double horizontalDilutionOfPrecision)
horizontalDilutionOfPrecision
- the HorizontalDilutionOfPrecision of the fix.public double getVerticalDilutionOfPrecision()
public void setVerticalDilutionOfPrecision(double verticalDilutionOfPrecision)
verticalDilutionOfPrecision
- the VerticalDilutionOfPrecision of the fix.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |