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.PolygonBuilderWKTReader. polygon(WKTReader.State state, ShapeFactory.PolygonBuilder polygonBuilder)Reads a polygonprotected ShapeFactory.PolygonBuilderGeoJSONReader. 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.PolygonBuilderWKTReader. polygon(WKTReader.State state, ShapeFactory.PolygonBuilder polygonBuilder)Reads a polygonprotected ShapeFactory.PolygonBuilderGeoJSONReader. 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 voidShapeDeserializer. 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.PolygonBuilderShapeFactory.PolygonBuilder.HoleBuilder. endHole()Finishes the hole and returns theShapeFactory.PolygonBuilder.ShapeFactory.PolygonBuilderShapeFactory.MultiPolygonBuilder. polygon()ShapeFactory.PolygonBuilderShapeFactory. polygon()(Builder) Constructs a polygon.Methods in org.locationtech.spatial4j.shape with parameters of type ShapeFactory.PolygonBuilder Modifier and Type Method Description ShapeFactory.MultiPolygonBuilderShapeFactory.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.PolygonBuilderShapeFactoryImpl.GeneralShapeMultiShapeBuilder. polygon()ShapeFactory.PolygonBuilderShapeFactoryImpl. polygon()Methods in org.locationtech.spatial4j.shape.impl with parameters of type ShapeFactory.PolygonBuilder Modifier and Type Method Description ShapeFactory.MultiPolygonBuilderShapeFactoryImpl.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 classJtsShapeFactory.JtsPolygonBuilderMethods in org.locationtech.spatial4j.shape.jts that return ShapeFactory.PolygonBuilder Modifier and Type Method Description ShapeFactory.PolygonBuilderJtsShapeFactory.JtsMultiPolygonBuilder. polygon()ShapeFactory.PolygonBuilderJtsShapeFactory. polygon()Methods in org.locationtech.spatial4j.shape.jts with parameters of type ShapeFactory.PolygonBuilder Modifier and Type Method Description ShapeFactory.MultiPolygonBuilderJtsShapeFactory.JtsMultiPolygonBuilder. add(ShapeFactory.PolygonBuilder polygonBuilder)
-