Uses of Class
com.github.filosganga.geogson.model.positions.SinglePosition
-
Packages that use SinglePosition Package Description com.github.filosganga.geogson.model com.github.filosganga.geogson.model.positions -
-
Uses of SinglePosition in com.github.filosganga.geogson.model
Constructors in com.github.filosganga.geogson.model with parameters of type SinglePosition Constructor Description Point(SinglePosition positions) -
Uses of SinglePosition in com.github.filosganga.geogson.model.positions
Methods in com.github.filosganga.geogson.model.positions with parameters of type SinglePosition Modifier and Type Method Description LinearPositions.BuilderLinearPositions.Builder. addSinglePosition(SinglePosition sp)Method parameters in com.github.filosganga.geogson.model.positions with type arguments of type SinglePosition Modifier and Type Method Description LinearPositions.BuilderLinearPositions.Builder. addSinglePositions(Iterable<SinglePosition> sps)
-