Uses of Interface
org.locationtech.spatial4j.shape.ShapeFactory.LineStringBuilder
Packages that use ShapeFactory.LineStringBuilder
Package
Description
Shapes are the core geometry objects that Spatial4j provides.
-
Uses of ShapeFactory.LineStringBuilder in org.locationtech.spatial4j.shape
Methods in org.locationtech.spatial4j.shape that return ShapeFactory.LineStringBuilderModifier and TypeMethodDescriptionShapeFactory.LineStringBuilder.buffer
(double distance) ShapeFactory.lineString()
(Builder) Constructs a line string, with a possible buffer.ShapeFactory.MultiLineStringBuilder.lineString()
Methods in org.locationtech.spatial4j.shape with parameters of type ShapeFactory.LineStringBuilderModifier and TypeMethodDescriptionShapeFactory.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.LineStringBuilderModifier and TypeMethodDescriptionShapeFactoryImpl.GeneralShapeMultiShapeBuilder.lineString()
ShapeFactoryImpl.lineString()
Methods in org.locationtech.spatial4j.shape.impl with parameters of type ShapeFactory.LineStringBuilderModifier and TypeMethodDescriptionShapeFactoryImpl.GeneralShapeMultiShapeBuilder.add
(ShapeFactory.LineStringBuilder lineStringBuilder) -
Uses of ShapeFactory.LineStringBuilder in org.locationtech.spatial4j.shape.jts
Classes in org.locationtech.spatial4j.shape.jts that implement ShapeFactory.LineStringBuilderMethods in org.locationtech.spatial4j.shape.jts that return ShapeFactory.LineStringBuilderModifier and TypeMethodDescriptionJtsShapeFactory.JtsLineStringBuilder.buffer
(double distance) JtsShapeFactory.JtsMultiLineStringBuilder.lineString()
JtsShapeFactory.lineString()
Methods in org.locationtech.spatial4j.shape.jts with parameters of type ShapeFactory.LineStringBuilderModifier and TypeMethodDescriptionJtsShapeFactory.JtsMultiLineStringBuilder.add
(ShapeFactory.LineStringBuilder lineStringBuilder)