Uses of Class
com.github.filosganga.geogson.model.LineString
-
Packages that use LineString Package Description com.github.filosganga.geogson.model -
-
Uses of LineString in com.github.filosganga.geogson.model
Subclasses of LineString in com.github.filosganga.geogson.model Modifier and Type Class Description classLinearRingA closedLineString.Methods in com.github.filosganga.geogson.model that return LineString Modifier and Type Method Description static LineStringLineString. of(Point... points)Creates a LineString from the given points.static LineStringLineString. of(Iterable<Point> points)Creates a LineString from the given points.static LineStringLineString. of(Stream<Point> points)Creates a LineString from the given points.LineStringLinearGeometry. toLineString()Converts to a LineString.Methods in com.github.filosganga.geogson.model that return types with arguments of type LineString Modifier and Type Method Description List<LineString>MultiLineString. lineStrings()Returns theLineStringIterable contained by this MultiLineString.Methods in com.github.filosganga.geogson.model with parameters of type LineString Modifier and Type Method Description static MultiLineStringMultiLineString. of(LineString... lineStrings)Creates a MultiLineString from the given LineStrings.Method parameters in com.github.filosganga.geogson.model with type arguments of type LineString Modifier and Type Method Description static MultiLineStringMultiLineString. of(Iterable<LineString> lineStrings)Creates a MultiLineString from the given LineStrings.static MultiLineStringMultiLineString. of(Stream<LineString> lineStrings)Creates a MultiLineString from the given LineStrings.
-