Uses of Class
org.h2gis.functions.io.gpx.model.AbstractGpxParserWpt
Packages that use AbstractGpxParserWpt
-
Uses of AbstractGpxParserWpt in org.h2gis.functions.io.gpx.model
Subclasses of AbstractGpxParserWpt in org.h2gis.functions.io.gpx.modelMethods in org.h2gis.functions.io.gpx.model that return AbstractGpxParserWptModifier and TypeMethodDescriptionAbstractGpxParserDefault.getWptParser()Gives the parser used to parse waypoint.Methods in org.h2gis.functions.io.gpx.model with parameters of type AbstractGpxParserWptModifier and TypeMethodDescriptionvoidAbstractGpxParserDefault.setWptParser(AbstractGpxParserWpt wptParser) Set the parser used to parse waypoint.