Uses of Interface
org.locationtech.spatial4j.shape.ShapeFactory.MultiLineStringBuilder
-
Packages that use ShapeFactory.MultiLineStringBuilder 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.MultiLineStringBuilder in org.locationtech.spatial4j.shape
Methods in org.locationtech.spatial4j.shape that return ShapeFactory.MultiLineStringBuilder Modifier and Type Method Description ShapeFactory.MultiLineStringBuilder
ShapeFactory.MultiLineStringBuilder. add(ShapeFactory.LineStringBuilder lineStringBuilder)
ShapeFactory.MultiLineStringBuilder
ShapeFactory. multiLineString()
(Builder) Constructs a MultiLineString, or possibly the result of that buffered. -
Uses of ShapeFactory.MultiLineStringBuilder in org.locationtech.spatial4j.shape.impl
Classes in org.locationtech.spatial4j.shape.impl that implement ShapeFactory.MultiLineStringBuilder Modifier and Type Class Description protected class
ShapeFactoryImpl.GeneralShapeMultiShapeBuilder<T extends Shape>
Methods in org.locationtech.spatial4j.shape.impl that return ShapeFactory.MultiLineStringBuilder Modifier and Type Method Description ShapeFactory.MultiLineStringBuilder
ShapeFactoryImpl.GeneralShapeMultiShapeBuilder. add(ShapeFactory.LineStringBuilder lineStringBuilder)
ShapeFactory.MultiLineStringBuilder
ShapeFactoryImpl. multiLineString()
-
Uses of ShapeFactory.MultiLineStringBuilder in org.locationtech.spatial4j.shape.jts
Methods in org.locationtech.spatial4j.shape.jts that return ShapeFactory.MultiLineStringBuilder Modifier and Type Method Description ShapeFactory.MultiLineStringBuilder
JtsShapeFactory. multiLineString()
-