Uses of Interface
org.locationtech.spatial4j.shape.ShapeFactory.MultiPointBuilder
Packages that use ShapeFactory.MultiPointBuilder
Package
Description
Shapes are the core geometry objects that Spatial4j provides.
-
Uses of ShapeFactory.MultiPointBuilder in org.locationtech.spatial4j.shape
Methods in org.locationtech.spatial4j.shape that return ShapeFactory.MultiPointBuilder -
Uses of ShapeFactory.MultiPointBuilder in org.locationtech.spatial4j.shape.impl
Classes in org.locationtech.spatial4j.shape.impl that implement ShapeFactory.MultiPointBuilderModifier and TypeClassDescriptionprotected class
Methods in org.locationtech.spatial4j.shape.impl that return ShapeFactory.MultiPointBuilderModifier and TypeMethodDescriptionShapeFactoryImpl.multiPoint()
ShapeFactoryImpl.GeneralShapeMultiShapeBuilder.pointLatLon
(double latitude, double longitude) ShapeFactoryImpl.GeneralShapeMultiShapeBuilder.pointXY
(double x, double y) ShapeFactoryImpl.GeneralShapeMultiShapeBuilder.pointXYZ
(double x, double y, double z) -
Uses of ShapeFactory.MultiPointBuilder in org.locationtech.spatial4j.shape.jts
Classes in org.locationtech.spatial4j.shape.jts that implement ShapeFactory.MultiPointBuilderModifier and TypeClassDescriptionprivate class
private class
JtsShapeFactory.JtsMultiShapeBuilder<T extends Shape>
Methods in org.locationtech.spatial4j.shape.jts that return ShapeFactory.MultiPointBuilder