|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.c5corp.c5gps.GpsType
com.c5corp.c5gps.GpsPointRecord
public abstract class GpsPointRecord
GPS represents points in various ways. The most obvious is a Waypoint, but there are also TrackLogPoints and RoutePoints. This abstract class provides a common interface for all of these kinds of points, and is the parent of those classes.
RoutePoint,
TrackPoint,
WayPoint| Field Summary |
|---|
| Fields inherited from class com.c5corp.c5gps.GpsType |
|---|
hdatum |
| Constructor Summary | |
|---|---|
GpsPointRecord()
|
|
| Method Summary | |
|---|---|
abstract java.lang.String |
getDatum()
Every GpsPointRecord has a datum |
abstract int |
getEasting()
Every GpsPointRecord has a UTM easting |
abstract int |
getNorthing()
Every GpsPointRecord has a UTM northing |
abstract java.lang.String |
getType()
The type of any gps record is one of the following: W, for a wapoint, N or T for trackpoint (N being a new trackpoint, or the first trackpoint recorded after a device has lost satellite tracking), and R for a RoutePoint. |
abstract int |
getZone()
Every GpsPointRecord had a UTM zone |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GpsPointRecord()
| Method Detail |
|---|
public abstract java.lang.String getType()
public abstract java.lang.String getDatum()
public abstract int getZone()
public abstract int getEasting()
public abstract int getNorthing()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||