Uses of Enum Class
uk.m0nom.adifproc.coords.LocationSource
Packages that use LocationSource
-
Uses of LocationSource in uk.m0nom.adifproc.coords
Methods in uk.m0nom.adifproc.coords that return LocationSourceModifier and TypeMethodDescriptionstatic LocationSourceReturns the enum constant of this class with the specified name.static LocationSource[]LocationSource.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in uk.m0nom.adifproc.coords with parameters of type LocationSourceModifier and TypeMethodDescriptionAdifLatLongParser.parse(LocationSource source, String location) CommaSeparatedDecimalLatLongParser.parse(LocationSource source, String location) CommaSeparatedDecimalLatLongWithAltitudeParser.parse(LocationSource source, String location) CommaSeparatedDecimalWithNsewLatLongParser.parse(LocationSource source, String location) DegreesDecimalLatLongParser.parse(LocationSource source, String location) DegreesDecimalMinutesLatLongParser.parse(LocationSource source, String location) DegreesDecimalMinutesWithNsewLatLongParser.parse(LocationSource source, String location) DegreesDecimalWithNsewLatLongParser.parse(LocationSource source, String location) DegreesMinutesDecimalSecondsWithNsewLatLongParser.parse(LocationSource source, String location) DegreesMinutesSecondsLatLongParser.parse(LocationSource source, String location) DegreesMinutesSecondsWithNsewLatLongParser.parse(LocationSource source, String location) DegreesMinutesWithNsewLatLongParser.parse(LocationSource source, String location) IrishGridParser5Digit.parse(LocationSource source, String locationString) LocationParser.parse(LocationSource source, String location) Maidenhead10CharLocatorParser.parse(LocationSource source, String locationString) Maidenhead4CharLocatorParser.parse(LocationSource source, String locationString) Maidenhead6CharLocatorParser.parse(LocationSource source, String locationString) Maidenhead8CharLocatorParser.parse(LocationSource source, String locationString) NsewWithDegreesDecimalLatLongParser.parse(LocationSource source, String location) OsGb36Parser3Digit.parse(LocationSource source, String locationString) OsGb36Parser4Digit.parse(LocationSource source, String locationString) OsGb36Parser5Digit.parse(LocationSource source, String locationString) OsGb36Parser6Digit.parse(LocationSource source, String locationString) WwffLocationParser.parse(LocationSource source, String location) LocationParsingService.parseStringForCoordinates(LocationSource source, String value) voidGlobalCoords3D.setLocationInfo(LocationSource source, LocationAccuracy accuracy) Constructors in uk.m0nom.adifproc.coords with parameters of type LocationSourceModifierConstructorDescriptionGlobalCoords3D(double latitude, double longitude, Double altitude, LocationSource source, LocationAccuracy accuracy) GlobalCoords3D(double latitude, double longitude, LocationSource source, LocationAccuracy accuracy) GlobalCoords3D(org.gavaghan.geodesy.GlobalCoordinates coordinates, LocationSource source, LocationAccuracy accuracy) -
Uses of LocationSource in uk.m0nom.adifproc.maidenheadlocator
Methods in uk.m0nom.adifproc.maidenheadlocator with parameters of type LocationSourceModifier and TypeMethodDescriptionstatic GlobalCoords3DMaidenheadLocatorConversion.locatorToCoords(LocationSource source, String locStr) static GlobalCoords3DMaidenheadLocatorConversion.locatorToCoords(LocationSource source, String locStr, String extStr)