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.io.jackson Optional support to read/write Shapes and Geometry using Jacksonorg.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.io.jackson
Methods in org.locationtech.spatial4j.io.jackson with parameters of type ShapeFactory.PolygonBuilder Modifier and Type Method Description private void
ShapeDeserializer. fillPolygon(ShapeFactory.PolygonBuilder b, com.fasterxml.jackson.databind.node.ArrayNode arr)
-
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
Classes in org.locationtech.spatial4j.shape.jts that implement ShapeFactory.PolygonBuilder Modifier and Type Class Description private class
JtsShapeFactory.JtsPolygonBuilder
Methods in org.locationtech.spatial4j.shape.jts that return ShapeFactory.PolygonBuilder Modifier and Type Method Description ShapeFactory.PolygonBuilder
JtsShapeFactory.JtsMultiPolygonBuilder. polygon()
ShapeFactory.PolygonBuilder
JtsShapeFactory. polygon()
Methods in org.locationtech.spatial4j.shape.jts with parameters of type ShapeFactory.PolygonBuilder Modifier and Type Method Description ShapeFactory.MultiPolygonBuilder
JtsShapeFactory.JtsMultiPolygonBuilder. add(ShapeFactory.PolygonBuilder polygonBuilder)
-