Uses of Interface
org.locationtech.spatial4j.shape.ShapeFactory.PolygonBuilder
-
Packages that use ShapeFactory.PolygonBuilder Package Description org.locationtech.spatial4j.io Reading & writing shapes in various forms.org.locationtech.spatial4j.shape Shapes are the core geometry objects that Spatial4j provides.org.locationtech.spatial4j.shape.impl org.locationtech.spatial4j.shape.jts -
-
Uses of ShapeFactory.PolygonBuilder in org.locationtech.spatial4j.io
Methods in org.locationtech.spatial4j.io that return ShapeFactory.PolygonBuilder Modifier and Type Method Description protected ShapeFactory.PolygonBuilder
WKTReader. polygon(WKTReader.State state, ShapeFactory.PolygonBuilder polygonBuilder)
Reads a polygonprotected ShapeFactory.PolygonBuilder
GeoJSONReader. readPolygon(org.noggit.JSONParser parser, ShapeFactory.PolygonBuilder polygonBuilder)
Methods in org.locationtech.spatial4j.io with parameters of type ShapeFactory.PolygonBuilder Modifier and Type Method Description protected ShapeFactory.PolygonBuilder
WKTReader. polygon(WKTReader.State state, ShapeFactory.PolygonBuilder polygonBuilder)
Reads a polygonprotected ShapeFactory.PolygonBuilder
GeoJSONReader. readPolygon(org.noggit.JSONParser parser, ShapeFactory.PolygonBuilder polygonBuilder)
-
Uses of ShapeFactory.PolygonBuilder in org.locationtech.spatial4j.shape
Methods in org.locationtech.spatial4j.shape that return ShapeFactory.PolygonBuilder Modifier and Type Method Description ShapeFactory.PolygonBuilder
ShapeFactory.PolygonBuilder.HoleBuilder. endHole()
Finishes the hole and returns theShapeFactory.PolygonBuilder
.ShapeFactory.PolygonBuilder
ShapeFactory.MultiPolygonBuilder. polygon()
ShapeFactory.PolygonBuilder
ShapeFactory. polygon()
(Builder) Constructs a polygon.Methods in org.locationtech.spatial4j.shape with parameters of type ShapeFactory.PolygonBuilder Modifier and Type Method Description ShapeFactory.MultiPolygonBuilder
ShapeFactory.MultiPolygonBuilder. add(ShapeFactory.PolygonBuilder polygonBuilder)
-
Uses of ShapeFactory.PolygonBuilder in org.locationtech.spatial4j.shape.impl
Methods in org.locationtech.spatial4j.shape.impl that return ShapeFactory.PolygonBuilder Modifier and Type Method Description ShapeFactory.PolygonBuilder
ShapeFactoryImpl.GeneralShapeMultiShapeBuilder. polygon()
ShapeFactory.PolygonBuilder
ShapeFactoryImpl. polygon()
Methods in org.locationtech.spatial4j.shape.impl with parameters of type ShapeFactory.PolygonBuilder Modifier and Type Method Description ShapeFactory.MultiPolygonBuilder
ShapeFactoryImpl.GeneralShapeMultiShapeBuilder. add(ShapeFactory.PolygonBuilder polygonBuilder)
-
Uses of ShapeFactory.PolygonBuilder in org.locationtech.spatial4j.shape.jts
Methods in org.locationtech.spatial4j.shape.jts that return ShapeFactory.PolygonBuilder Modifier and Type Method Description ShapeFactory.PolygonBuilder
JtsShapeFactory. polygon()
-