Uses of Interface
org.locationtech.spatial4j.shape.ShapeFactory.MultiShapeBuilder
Packages that use ShapeFactory.MultiShapeBuilder
Package
Description
Shapes are the core geometry objects that Spatial4j provides.
-
Uses of ShapeFactory.MultiShapeBuilder in org.locationtech.spatial4j.shape
Methods in org.locationtech.spatial4j.shape that return ShapeFactory.MultiShapeBuilderModifier and TypeMethodDescription<T extends Shape>
ShapeFactory.MultiShapeBuilder<T> ShapeFactory.multiShape
(Class<T> shapeClass) (Builder) Constructs a Shape aggregate in which each component/member is an instance of the specified class. -
Uses of ShapeFactory.MultiShapeBuilder in org.locationtech.spatial4j.shape.impl
Classes in org.locationtech.spatial4j.shape.impl that implement ShapeFactory.MultiShapeBuilderModifier and TypeClassDescriptionprotected class
Methods in org.locationtech.spatial4j.shape.impl that return ShapeFactory.MultiShapeBuilderModifier and TypeMethodDescription<T extends Shape>
ShapeFactory.MultiShapeBuilder<T> ShapeFactoryImpl.multiShape
(Class<T> shapeClass) -
Uses of ShapeFactory.MultiShapeBuilder in org.locationtech.spatial4j.shape.jts
Classes in org.locationtech.spatial4j.shape.jts that implement ShapeFactory.MultiShapeBuilderModifier and TypeClassDescriptionprivate class
JtsShapeFactory.JtsMultiShapeBuilder<T extends Shape>
Methods in org.locationtech.spatial4j.shape.jts that return ShapeFactory.MultiShapeBuilderModifier and TypeMethodDescription<T extends Shape>
ShapeFactory.MultiShapeBuilder<T> JtsShapeFactory.multiShape
(Class<T> shapeClass)