Uses of Class
com.github.filosganga.geogson.model.LinearRing
-
Packages that use LinearRing Package Description com.github.filosganga.geogson.model -
-
Uses of LinearRing in com.github.filosganga.geogson.model
Methods in com.github.filosganga.geogson.model that return LinearRing Modifier and Type Method Description static LinearRingLinearRing. of(Point... points)Create a LinearRing from the given points.static LinearRingLinearRing. of(Iterable<Point> points)Create a LinearRing from the given points.static LinearRingLinearRing. of(Stream<Point> points)Create a LinearRing from the given points.LinearRingPolygon. perimeter()Returns the perimeterLinearRing.LinearRingLinearGeometry. toLinearRing()Convert to a LinearRing.Methods in com.github.filosganga.geogson.model that return types with arguments of type LinearRing Modifier and Type Method Description List<LinearRing>Polygon. holes()Returns the holesLinearRings.List<LinearRing>Polygon. linearRings()Returns theLinearRings composing this Polygon.Methods in com.github.filosganga.geogson.model with parameters of type LinearRing Modifier and Type Method Description static PolygonPolygon. of(LinearRing perimeter, LinearRing... holes)Creates a Polygon from the given perimeter and holes.static PolygonPolygon. of(LinearRing perimeter, Iterable<LinearRing> holes)Creates a Polygon from the given perimeter and holes.static PolygonPolygon. of(LinearRing perimeter, Stream<LinearRing> holes)Creates a Polygon from the given perimeter and holes.Method parameters in com.github.filosganga.geogson.model with type arguments of type LinearRing Modifier and Type Method Description static PolygonPolygon. of(LinearRing perimeter, Iterable<LinearRing> holes)Creates a Polygon from the given perimeter and holes.static PolygonPolygon. of(LinearRing perimeter, Stream<LinearRing> holes)Creates a Polygon from the given perimeter and holes.
-