Uses of Interface
org.locationtech.spatial4j.shape.ShapeFactory.MultiLineStringBuilder
-
Packages that use ShapeFactory.MultiLineStringBuilder Package Description org.locationtech.spatial4j.shape 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.MultiLineStringBuilderShapeFactory.MultiLineStringBuilder. add(ShapeFactory.LineStringBuilder lineStringBuilder)ShapeFactory.MultiLineStringBuilderShapeFactory. 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 classShapeFactoryImpl.GeneralShapeMultiShapeBuilder<T extends Shape>Methods in org.locationtech.spatial4j.shape.impl that return ShapeFactory.MultiLineStringBuilder Modifier and Type Method Description ShapeFactory.MultiLineStringBuilderShapeFactoryImpl.GeneralShapeMultiShapeBuilder. add(ShapeFactory.LineStringBuilder lineStringBuilder)ShapeFactory.MultiLineStringBuilderShapeFactoryImpl. 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.MultiLineStringBuilderJtsShapeFactory. multiLineString()
-