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 AbstractGPSGPSParsing. 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 classGPSDecimalDegreesGPS coordinates in decimal notation.classGPSDecimalMinutesGPS coordinates with degrees in integer and minutes (incl seconds) in decimal notation.classGPSDecimalSecondsGPS 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 AbstractGPSGPSBoundary. m_NEprotected AbstractGPSGPSBoundary. m_SWMethods in adams.data.gps that return AbstractGPS Modifier and Type Method Description protected abstract AbstractGPSAbstractGPS. clone()Creates a copy of itself.static AbstractGPSMap. displayToCoordinate(adams.data.filter.AbstractDerivative.Point point, int zoom)AbstractGPSGPSBoundary. getCentre()AbstractGPSGPSBoundary. getNE()AbstractGPSGPSBoundary. getSW()Methods in adams.data.gps with parameters of type AbstractGPS Modifier and Type Method Description adams.data.filter.AbstractDerivative.PointMap. AbstractGPSToRawPixel(AbstractGPS gps)intAbstractGPS. compareTo(AbstractGPS o)Compares this object with the specified object for order.static MapMap. getMap(AbstractGPS centre, int zoomlevel, int width, int height, Map.MapType maptype)adams.data.filter.AbstractDerivative.PointMap. 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 GPSBoundaryGPSBoundary. createGPSBoundary(Vector<AbstractGPS> v)static MapMap. getMap(Vector<AbstractGPS> v, int width, int height, Map.MapType maptype)voidMap. 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 StringGPSDecimalDegrees. format(AbstractGPS obj)Turns the given object back into a string.StringGPSDecimalMinutes. format(AbstractGPS obj)Turns the given object back into a string.StringGPSDecimalSeconds. format(AbstractGPS obj)Turns the given object back into a string.
-