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.io.jackson Optional support to read/write Shapes and Geometry using Jacksonorg.locationtech.spatial4j.shape Shapes are the core geometry objects that Spatial4j provides.org.locationtech.spatial4j.shape.impl org.locationtech.spatial4j.shape.jts -
-
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.io.jackson
Methods in org.locationtech.spatial4j.io.jackson with parameters of type ShapeFactory.PointsBuilder Modifier and Type Method Description private void
ShapeDeserializer. fillPoints(ShapeFactory.PointsBuilder b, com.fasterxml.jackson.databind.node.ArrayNode arrs)
-
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>
-
Uses of ShapeFactory.PointsBuilder in org.locationtech.spatial4j.shape.jts
Classes in org.locationtech.spatial4j.shape.jts that implement ShapeFactory.PointsBuilder Modifier and Type Class Description private class
JtsShapeFactory.JtsLineStringBuilder
private class
JtsShapeFactory.JtsMultiPointBuilder
private class
JtsShapeFactory.JtsMultiShapeBuilder<T extends Shape>
private class
JtsShapeFactory.JtsPolygonBuilder
private class
JtsShapeFactory.JtsPolygonBuilder.JtsHoleBuilder
-