Uses of Class
org.h2gis.functions.io.gpx.model.AbstractGpxParserRte
-
Packages that use AbstractGpxParserRte Package Description org.h2gis.functions.io.gpx.model -
-
Uses of AbstractGpxParserRte in org.h2gis.functions.io.gpx.model
Subclasses of AbstractGpxParserRte in org.h2gis.functions.io.gpx.model Modifier and Type Class Description classGpxParserRteSpecific parser for routes.Methods in org.h2gis.functions.io.gpx.model that return AbstractGpxParserRte Modifier and Type Method Description AbstractGpxParserRteAbstractGpxParserDefault. getRteParser()Gives the parser used to parse routes.Methods in org.h2gis.functions.io.gpx.model with parameters of type AbstractGpxParserRte Modifier and Type Method Description voidAbstractGpxParserDefault. setRteParser(AbstractGpxParserRte rteParser)Set the parser used to parse routes.
-