Uses of Class
adams.data.gps.AbstractGPS
-
Packages that use AbstractGPS Package Description adams.core.option.parsing adams.data.gps adams.data.spreadsheet -
-
Uses of AbstractGPS in adams.core.option.parsing
Methods in adams.core.option.parsing that return AbstractGPS Modifier and Type Method Description static AbstractGPS
GPSParsing. valueOf(Class cls, String str)
Turns the string into an instance of the specified GPS class. -
Uses of AbstractGPS in adams.data.gps
Subclasses of AbstractGPS in adams.data.gps Modifier and Type Class Description class
GPSDecimalDegrees
GPS coordinates in decimal notation.class
GPSDecimalMinutes
GPS coordinates with degrees in integer and minutes (incl seconds) in decimal notation.class
GPSDecimalSeconds
GPS coordinates with degrees and minutes as integers and seconds in decimal notation.Fields in adams.data.gps declared as AbstractGPS Modifier and Type Field Description protected AbstractGPS
GPSBoundary. m_NE
protected AbstractGPS
GPSBoundary. m_SW
Methods in adams.data.gps that return AbstractGPS Modifier and Type Method Description protected abstract AbstractGPS
AbstractGPS. clone()
Creates a copy of itself.static AbstractGPS
Map. displayToCoordinate(adams.data.filter.AbstractDerivative.Point point, int zoom)
AbstractGPS
GPSBoundary. getCentre()
AbstractGPS
GPSBoundary. getNE()
AbstractGPS
GPSBoundary. getSW()
Methods in adams.data.gps with parameters of type AbstractGPS Modifier and Type Method Description adams.data.filter.AbstractDerivative.Point
Map. AbstractGPSToRawPixel(AbstractGPS gps)
int
AbstractGPS. compareTo(AbstractGPS o)
Compares this object with the specified object for order.static Map
Map. getMap(AbstractGPS centre, int zoomlevel, int width, int height, Map.MapType maptype)
adams.data.filter.AbstractDerivative.Point
Map. GPSToPixel(AbstractGPS gps, int imgX, int imgY)
Method parameters in adams.data.gps with type arguments of type AbstractGPS Modifier and Type Method Description static GPSBoundary
GPSBoundary. createGPSBoundary(Vector<AbstractGPS> v)
static Map
Map. getMap(Vector<AbstractGPS> v, int width, int height, Map.MapType maptype)
void
Map. setBoundary(Vector<AbstractGPS> vgps)
Constructors in adams.data.gps with parameters of type AbstractGPS Constructor Description AbstractGPS(AbstractGPS gps)
Initialize GPS with latitude and longitude from the specified object.GPSBoundary(AbstractGPS NE, AbstractGPS SW)
GPSDecimalDegrees(AbstractGPS gps)
Initialize GPS with latitude and longitude from the specified object.GPSDecimalMinutes(AbstractGPS gps)
Initialize GPS with latitude and longitude from the specified object.GPSDecimalSeconds(AbstractGPS gps)
Initialize GPS with latitude and longitude from the specified object. -
Uses of AbstractGPS in adams.data.spreadsheet
Methods in adams.data.spreadsheet with parameters of type AbstractGPS Modifier and Type Method Description String
GPSDecimalDegrees. format(AbstractGPS obj)
Turns the given object back into a string.String
GPSDecimalMinutes. format(AbstractGPS obj)
Turns the given object back into a string.String
GPSDecimalSeconds. format(AbstractGPS obj)
Turns the given object back into a string.
-