Uses of Class
uk.m0nom.adifproc.adif3.transform.TransformResults
Packages that use TransformResults
Package
Description
-
Uses of TransformResults in uk.m0nom.adifproc.adif3
Methods in uk.m0nom.adifproc.adif3 with parameters of type TransformResultsModifier and TypeMethodDescriptionAdif3Transformer.transform(Adif3 log, TransformControl control, TransformResults results, ProgressFeedbackHandlerCallback progressFeedbackHandlerCallback, String sessionId) -
Uses of TransformResults in uk.m0nom.adifproc.adif3.transform
Methods in uk.m0nom.adifproc.adif3.transform with parameters of type TransformResultsModifier and TypeMethodDescriptionvoidAdifQrzEnricher.enrichAdifForThem(TransformResults results, Adif3Record rec, QrzCallsign qrzData) voidAdif3RecordTransformer.transform(TransformControl control, TransformResults results, Qsos qsos, Adif3Record rec, int index) voidCommentParsingAdifRecordTransformer.transform(TransformControl control, TransformResults results, Qsos qsos, Adif3Record rec, int index) -
Uses of TransformResults in uk.m0nom.adifproc.adif3.transform.comment
Methods in uk.m0nom.adifproc.adif3.transform.comment with parameters of type TransformResultsModifier and TypeMethodDescriptionvoidClassicCommentTransformer.transformComment(Qso qso, String comment, Map<String, String> unmapped, TransformResults results) voidCommentTransformer.transformComment(Qso qso, String comment, Map<String, String> unmapped, TransformResults results) voidFieldParserCommentTransformer.transformComment(Qso qso, String comment, Map<String, String> unmapped, TransformResults results) voidSchemaBasedCommentTransformer.transformComment(Qso qso, String comment, Map<String, String> unmapped, TransformResults results) -
Uses of TransformResults in uk.m0nom.adifproc.kml
Methods in uk.m0nom.adifproc.kml with parameters of type TransformResultsModifier and TypeMethodDescriptionKmlWriter.write(TransformControl control, String pathname, String name, ActivityDatabaseService activities, Qsos qsos, TransformResults results)