Uses of Interface
org.locationtech.spatial4j.shape.ShapeFactory.PointsBuilder
-
Packages that use ShapeFactory.PointsBuilder Package Description org.locationtech.spatial4j.io Reading & writing shapes in various forms.org.locationtech.spatial4j.shape Shapes are the core geometry objects that Spatial4j provides.org.locationtech.spatial4j.shape.impl -
-
Uses of ShapeFactory.PointsBuilder in org.locationtech.spatial4j.io
Classes in org.locationtech.spatial4j.io that implement ShapeFactory.PointsBuilder Modifier and Type Class Description class
OnePointsBuilder
INTERNAL class used by someShapeReader
s.Methods in org.locationtech.spatial4j.io with type parameters of type ShapeFactory.PointsBuilder Modifier and Type Method Description protected <B extends ShapeFactory.PointsBuilder>
BWKTReader. pointList(WKTReader.State state, B pointsBuilder)
Reads a list of Points (AKA CoordinateSequence) from the current position.<T extends ShapeFactory.PointsBuilder>
TPolyshapeReader.XReader. readPoints(T builder)
Methods in org.locationtech.spatial4j.io that return ShapeFactory.PointsBuilder Modifier and Type Method Description protected ShapeFactory.PointsBuilder
WKTReader. point(WKTReader.State state, ShapeFactory.PointsBuilder pointsBuilder)
Reads a raw Point (AKA Coordinate) from the current position.Methods in org.locationtech.spatial4j.io with parameters of type ShapeFactory.PointsBuilder Modifier and Type Method Description protected ShapeFactory.PointsBuilder
WKTReader. point(WKTReader.State state, ShapeFactory.PointsBuilder pointsBuilder)
Reads a raw Point (AKA Coordinate) from the current position.protected void
GeoJSONReader. readCoordListXYZ(org.noggit.JSONParser parser, ShapeFactory.PointsBuilder pointsBuilder)
protected void
GeoJSONReader. readCoordXYZ(org.noggit.JSONParser parser, ShapeFactory.PointsBuilder pointsBuilder)
-
Uses of ShapeFactory.PointsBuilder in org.locationtech.spatial4j.shape
Subinterfaces of ShapeFactory.PointsBuilder in org.locationtech.spatial4j.shape Modifier and Type Interface Description static interface
ShapeFactory.LineStringBuilder
static interface
ShapeFactory.MultiPointBuilder
static interface
ShapeFactory.PolygonBuilder
static interface
ShapeFactory.PolygonBuilder.HoleBuilder
-
Uses of ShapeFactory.PointsBuilder in org.locationtech.spatial4j.shape.impl
Classes in org.locationtech.spatial4j.shape.impl that implement ShapeFactory.PointsBuilder Modifier and Type Class Description protected class
ShapeFactoryImpl.GeneralShapeMultiShapeBuilder<T extends Shape>
-