Uses of Interface
org.locationtech.spatial4j.shape.ShapeFactory.PolygonBuilder
Packages that use ShapeFactory.PolygonBuilder
Package
Description
Reading & writing shapes in various forms.
Optional support to read/write Shapes and Geometry using Jackson
Shapes are the core geometry objects that Spatial4j provides.
-
Uses of ShapeFactory.PolygonBuilder in org.locationtech.spatial4j.io
Methods in org.locationtech.spatial4j.io that return ShapeFactory.PolygonBuilderModifier and TypeMethodDescriptionprotected 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.PolygonBuilderModifier and TypeMethodDescriptionprotected 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.PolygonBuilderModifier and TypeMethodDescriptionprivate 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.PolygonBuilderModifier and TypeMethodDescriptionShapeFactory.PolygonBuilder.HoleBuilder.endHole()
Finishes the hole and returns theShapeFactory.PolygonBuilder
.ShapeFactory.MultiPolygonBuilder.polygon()
ShapeFactory.polygon()
(Builder) Constructs a polygon.Methods in org.locationtech.spatial4j.shape with parameters of type ShapeFactory.PolygonBuilderModifier and TypeMethodDescriptionShapeFactory.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.PolygonBuilderModifier and TypeMethodDescriptionShapeFactoryImpl.GeneralShapeMultiShapeBuilder.polygon()
ShapeFactoryImpl.polygon()
Methods in org.locationtech.spatial4j.shape.impl with parameters of type ShapeFactory.PolygonBuilderModifier and TypeMethodDescriptionShapeFactoryImpl.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.PolygonBuilderMethods in org.locationtech.spatial4j.shape.jts that return ShapeFactory.PolygonBuilderModifier and TypeMethodDescriptionJtsShapeFactory.JtsMultiPolygonBuilder.polygon()
JtsShapeFactory.polygon()
Methods in org.locationtech.spatial4j.shape.jts with parameters of type ShapeFactory.PolygonBuilderModifier and TypeMethodDescriptionJtsShapeFactory.JtsMultiPolygonBuilder.add
(ShapeFactory.PolygonBuilder polygonBuilder)