Uses of Interface
org.locationtech.spatial4j.shape.ShapeFactory.MultiShapeBuilder
-
Packages that use ShapeFactory.MultiShapeBuilder 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.MultiShapeBuilder in org.locationtech.spatial4j.shape
Methods in org.locationtech.spatial4j.shape that return ShapeFactory.MultiShapeBuilder Modifier and Type Method Description ShapeFactory.MultiShapeBuilder<T>ShapeFactory.MultiShapeBuilder. add(T shape)<T extends Shape>
ShapeFactory.MultiShapeBuilder<T>ShapeFactory. multiShape(java.lang.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.MultiShapeBuilder Modifier and Type Class Description protected classShapeFactoryImpl.GeneralShapeMultiShapeBuilder<T extends Shape>Methods in org.locationtech.spatial4j.shape.impl that return ShapeFactory.MultiShapeBuilder Modifier and Type Method Description ShapeFactory.MultiShapeBuilder<T>ShapeFactoryImpl.GeneralShapeMultiShapeBuilder. add(T shape)<T extends Shape>
ShapeFactory.MultiShapeBuilder<T>ShapeFactoryImpl. multiShape(java.lang.Class<T> shapeClass) -
Uses of ShapeFactory.MultiShapeBuilder in org.locationtech.spatial4j.shape.jts
Classes in org.locationtech.spatial4j.shape.jts that implement ShapeFactory.MultiShapeBuilder Modifier and Type Class Description private classJtsShapeFactory.JtsMultiShapeBuilder<T extends Shape>Methods in org.locationtech.spatial4j.shape.jts that return ShapeFactory.MultiShapeBuilder Modifier and Type Method Description <T extends Shape>
ShapeFactory.MultiShapeBuilder<T>JtsShapeFactory. multiShape(java.lang.Class<T> shapeClass)
-