Uses of Interface
org.locationtech.spatial4j.shape.ShapeFactory.MultiPolygonBuilder
-
Packages that use ShapeFactory.MultiPolygonBuilder Package Description org.locationtech.spatial4j.shape 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.MultiPolygonBuilderShapeFactory.MultiPolygonBuilder. add(ShapeFactory.PolygonBuilder polygonBuilder)ShapeFactory.MultiPolygonBuilderShapeFactory. 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 classShapeFactoryImpl.GeneralShapeMultiShapeBuilder<T extends Shape>Methods in org.locationtech.spatial4j.shape.impl that return ShapeFactory.MultiPolygonBuilder Modifier and Type Method Description ShapeFactory.MultiPolygonBuilderShapeFactoryImpl.GeneralShapeMultiShapeBuilder. add(ShapeFactory.PolygonBuilder polygonBuilder)ShapeFactory.MultiPolygonBuilderShapeFactoryImpl. 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.MultiPolygonBuilderJtsShapeFactory. multiPolygon()
-