Uses of Interface
org.locationtech.spatial4j.shape.ShapeFactory.MultiPolygonBuilder
Packages that use ShapeFactory.MultiPolygonBuilder
Package
Description
Shapes are the core geometry objects that Spatial4j provides.
-
Uses of ShapeFactory.MultiPolygonBuilder in org.locationtech.spatial4j.shape
Methods in org.locationtech.spatial4j.shape that return ShapeFactory.MultiPolygonBuilderModifier and TypeMethodDescriptionShapeFactory.MultiPolygonBuilder.add(ShapeFactory.PolygonBuilder polygonBuilder) 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.MultiPolygonBuilderModifier and TypeClassDescriptionprotected classMethods in org.locationtech.spatial4j.shape.impl that return ShapeFactory.MultiPolygonBuilderModifier and TypeMethodDescriptionShapeFactoryImpl.GeneralShapeMultiShapeBuilder.add(ShapeFactory.PolygonBuilder polygonBuilder) ShapeFactoryImpl.multiPolygon() -
Uses of ShapeFactory.MultiPolygonBuilder in org.locationtech.spatial4j.shape.jts
Classes in org.locationtech.spatial4j.shape.jts that implement ShapeFactory.MultiPolygonBuilderModifier and TypeClassDescriptionprivate classprivate classJtsShapeFactory.JtsMultiShapeBuilder<T extends Shape>Methods in org.locationtech.spatial4j.shape.jts that return ShapeFactory.MultiPolygonBuilderModifier and TypeMethodDescriptionJtsShapeFactory.JtsMultiPolygonBuilder.add(ShapeFactory.PolygonBuilder polygonBuilder) JtsShapeFactory.multiPolygon()