Uses of Interface
org.locationtech.spatial4j.shape.ShapeFactory.PointsBuilder
-
Packages that use ShapeFactory.PointsBuilder Package Description org.locationtech.spatial4j.io org.locationtech.spatial4j.shape 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 classOnePointsBuilderINTERNAL class used by someShapeReaders.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.PointsBuilderWKTReader. 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.PointsBuilderWKTReader. point(WKTReader.State state, ShapeFactory.PointsBuilder pointsBuilder)Reads a raw Point (AKA Coordinate) from the current position.protected voidGeoJSONReader. readCoordListXYZ(JSONParser parser, ShapeFactory.PointsBuilder pointsBuilder)protected voidGeoJSONReader. readCoordXYZ(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 interfaceShapeFactory.LineStringBuilderstatic interfaceShapeFactory.MultiPointBuilderstatic interfaceShapeFactory.PolygonBuilderstatic interfaceShapeFactory.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 classShapeFactoryImpl.GeneralShapeMultiShapeBuilder<T extends Shape>
-