Uses of Interface
org.locationtech.spatial4j.shape.ShapeFactory.MultiPointBuilder
-
Packages that use ShapeFactory.MultiPointBuilder 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.MultiPointBuilder in org.locationtech.spatial4j.shape
Methods in org.locationtech.spatial4j.shape that return ShapeFactory.MultiPointBuilder Modifier and Type Method Description ShapeFactory.MultiPointBuilder
ShapeFactory. multiPoint()
(Builder) Constructs a MultiPoint. -
Uses of ShapeFactory.MultiPointBuilder in org.locationtech.spatial4j.shape.impl
Classes in org.locationtech.spatial4j.shape.impl that implement ShapeFactory.MultiPointBuilder Modifier and Type Class Description protected class
ShapeFactoryImpl.GeneralShapeMultiShapeBuilder<T extends Shape>
Methods in org.locationtech.spatial4j.shape.impl that return ShapeFactory.MultiPointBuilder Modifier and Type Method Description ShapeFactory.MultiPointBuilder
ShapeFactoryImpl. multiPoint()
ShapeFactory.MultiPointBuilder
ShapeFactoryImpl.GeneralShapeMultiShapeBuilder. pointXY(double x, double y)
ShapeFactory.MultiPointBuilder
ShapeFactoryImpl.GeneralShapeMultiShapeBuilder. pointXYZ(double x, double y, double z)
-
Uses of ShapeFactory.MultiPointBuilder in org.locationtech.spatial4j.shape.jts
Methods in org.locationtech.spatial4j.shape.jts that return ShapeFactory.MultiPointBuilder Modifier and Type Method Description ShapeFactory.MultiPointBuilder
JtsShapeFactory. multiPoint()
-