Uses of Interface
org.locationtech.spatial4j.shape.ShapeFactory.LineStringBuilder
-
Packages that use ShapeFactory.LineStringBuilder 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.LineStringBuilder in org.locationtech.spatial4j.shape
Methods in org.locationtech.spatial4j.shape that return ShapeFactory.LineStringBuilder Modifier and Type Method Description ShapeFactory.LineStringBuilder
ShapeFactory.LineStringBuilder. buffer(double distance)
ShapeFactory.LineStringBuilder
ShapeFactory. lineString()
(Builder) Constructs a line string, with a possible buffer.ShapeFactory.LineStringBuilder
ShapeFactory.MultiLineStringBuilder. lineString()
Methods in org.locationtech.spatial4j.shape with parameters of type ShapeFactory.LineStringBuilder Modifier and Type Method Description ShapeFactory.MultiLineStringBuilder
ShapeFactory.MultiLineStringBuilder. add(ShapeFactory.LineStringBuilder lineStringBuilder)
-
Uses of ShapeFactory.LineStringBuilder in org.locationtech.spatial4j.shape.impl
Methods in org.locationtech.spatial4j.shape.impl that return ShapeFactory.LineStringBuilder Modifier and Type Method Description ShapeFactory.LineStringBuilder
ShapeFactoryImpl.GeneralShapeMultiShapeBuilder. lineString()
ShapeFactory.LineStringBuilder
ShapeFactoryImpl. lineString()
Methods in org.locationtech.spatial4j.shape.impl with parameters of type ShapeFactory.LineStringBuilder Modifier and Type Method Description ShapeFactory.MultiLineStringBuilder
ShapeFactoryImpl.GeneralShapeMultiShapeBuilder. add(ShapeFactory.LineStringBuilder lineStringBuilder)
-
Uses of ShapeFactory.LineStringBuilder in org.locationtech.spatial4j.shape.jts
Methods in org.locationtech.spatial4j.shape.jts that return ShapeFactory.LineStringBuilder Modifier and Type Method Description ShapeFactory.LineStringBuilder
JtsShapeFactory. lineString()
-