Uses of Class
org.h2gis.functions.io.gpx.model.GPXLine
Packages that use GPXLine
-
Uses of GPXLine in org.h2gis.functions.io.gpx.model
Methods in org.h2gis.functions.io.gpx.model that return GPXLineModifier and TypeMethodDescriptionAbstractGpxParser.getCurrentLine()Gives the line which is being parsed.AbstractGpxParser.getCurrentSegment()Gives the segment which is being parsed.Methods in org.h2gis.functions.io.gpx.model with parameters of type GPXLineModifier and TypeMethodDescriptionvoidAbstractGpxParser.setCurrentLine(GPXLine currentLine) Set the line which will be parsed.voidAbstractGpxParser.setCurrentSegment(GPXLine currentSegment) Set the segment which will be parsed.