Uses of Interface
org.locationtech.spatial4j.shape.ShapeFactory.MultiLineStringBuilder
Packages that use ShapeFactory.MultiLineStringBuilder
Package
Description
Shapes are the core geometry objects that Spatial4j provides.
-
Uses of ShapeFactory.MultiLineStringBuilder in org.locationtech.spatial4j.shape
Methods in org.locationtech.spatial4j.shape that return ShapeFactory.MultiLineStringBuilderModifier and TypeMethodDescriptionShapeFactory.MultiLineStringBuilder.add
(ShapeFactory.LineStringBuilder lineStringBuilder) 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.MultiLineStringBuilderModifier and TypeClassDescriptionprotected class
Methods in org.locationtech.spatial4j.shape.impl that return ShapeFactory.MultiLineStringBuilderModifier and TypeMethodDescriptionShapeFactoryImpl.GeneralShapeMultiShapeBuilder.add
(ShapeFactory.LineStringBuilder lineStringBuilder) ShapeFactoryImpl.multiLineString()
-
Uses of ShapeFactory.MultiLineStringBuilder in org.locationtech.spatial4j.shape.jts
Classes in org.locationtech.spatial4j.shape.jts that implement ShapeFactory.MultiLineStringBuilderModifier and TypeClassDescriptionprivate class
private class
JtsShapeFactory.JtsMultiShapeBuilder<T extends Shape>
Methods in org.locationtech.spatial4j.shape.jts that return ShapeFactory.MultiLineStringBuilderModifier and TypeMethodDescriptionJtsShapeFactory.JtsMultiLineStringBuilder.add
(ShapeFactory.LineStringBuilder lineStringBuilder) JtsShapeFactory.multiLineString()