Uses of Interface
org.locationtech.spatial4j.shape.ShapeFactory.MultiPolygonBuilder
-
Packages that use ShapeFactory.MultiPolygonBuilder Package Description 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.MultiPolygonBuilder in org.locationtech.spatial4j.shape
Methods in org.locationtech.spatial4j.shape that return ShapeFactory.MultiPolygonBuilder Modifier and Type Method Description ShapeFactory.MultiPolygonBuilder
ShapeFactory.MultiPolygonBuilder. add(ShapeFactory.PolygonBuilder polygonBuilder)
ShapeFactory.MultiPolygonBuilder
ShapeFactory. multiPolygon()
(Builder) Constructs a MultiPolygon. -
Uses of ShapeFactory.MultiPolygonBuilder in org.locationtech.spatial4j.shape.impl
Classes in org.locationtech.spatial4j.shape.impl that implement ShapeFactory.MultiPolygonBuilder Modifier and Type Class Description protected class
ShapeFactoryImpl.GeneralShapeMultiShapeBuilder<T extends Shape>
Methods in org.locationtech.spatial4j.shape.impl that return ShapeFactory.MultiPolygonBuilder Modifier and Type Method Description ShapeFactory.MultiPolygonBuilder
ShapeFactoryImpl.GeneralShapeMultiShapeBuilder. add(ShapeFactory.PolygonBuilder polygonBuilder)
ShapeFactory.MultiPolygonBuilder
ShapeFactoryImpl. multiPolygon()
-
Uses of ShapeFactory.MultiPolygonBuilder in org.locationtech.spatial4j.shape.jts
Methods in org.locationtech.spatial4j.shape.jts that return ShapeFactory.MultiPolygonBuilder Modifier and Type Method Description ShapeFactory.MultiPolygonBuilder
JtsShapeFactory. multiPolygon()
-