Uses of Interface
org.locationtech.spatial4j.shape.ShapeFactory.LineStringBuilder
-
Packages that use ShapeFactory.LineStringBuilder Package Description org.locationtech.spatial4j.shape 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.LineStringBuilderShapeFactory.LineStringBuilder. buffer(double distance)ShapeFactory.LineStringBuilderShapeFactory. lineString()(Builder) Constructs a line string, with a possible buffer.ShapeFactory.LineStringBuilderShapeFactory.MultiLineStringBuilder. lineString()Methods in org.locationtech.spatial4j.shape with parameters of type ShapeFactory.LineStringBuilder Modifier and Type Method Description ShapeFactory.MultiLineStringBuilderShapeFactory.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.LineStringBuilderShapeFactoryImpl.GeneralShapeMultiShapeBuilder. lineString()ShapeFactory.LineStringBuilderShapeFactoryImpl. lineString()Methods in org.locationtech.spatial4j.shape.impl with parameters of type ShapeFactory.LineStringBuilder Modifier and Type Method Description ShapeFactory.MultiLineStringBuilderShapeFactoryImpl.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.LineStringBuilderJtsShapeFactory. lineString()
-