Uses of Class
com.github.filosganga.geogson.model.Polygon
-
Packages that use Polygon Package Description com.github.filosganga.geogson.model -
-
Uses of Polygon in com.github.filosganga.geogson.model
Methods in com.github.filosganga.geogson.model that return Polygon 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.PolygonMultiLineString. toPolygon()Converts to aPolygon.Methods in com.github.filosganga.geogson.model that return types with arguments of type Polygon Modifier and Type Method Description List<Polygon>MultiPolygon. polygons()Returns the Iterable ofPolygoncomposing this MultiPolygon.Methods in com.github.filosganga.geogson.model with parameters of type Polygon Modifier and Type Method Description static MultiPolygonMultiPolygon. of(Polygon... polygons)Creates a MultiPolygon from the givenPolygonsequence.Method parameters in com.github.filosganga.geogson.model with type arguments of type Polygon Modifier and Type Method Description static MultiPolygonMultiPolygon. of(Iterable<Polygon> polygons)Creates a MultiPolygon from the givenPolygonsequence.static MultiPolygonMultiPolygon. of(Stream<Polygon> polygons)Creates a MultiPolygon from the givenPolygonstream.
-