Uses of Interface
org.locationtech.spatial4j.shape.ShapeFactory.PolygonBuilder
-
Packages that use ShapeFactory.PolygonBuilder Package Description org.locationtech.spatial4j.io org.locationtech.spatial4j.shape 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(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(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.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
Methods in org.locationtech.spatial4j.shape.jts that return ShapeFactory.PolygonBuilder Modifier and Type Method Description ShapeFactory.PolygonBuilderJtsShapeFactory. polygon()
-