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 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(org.noggit.JSONParser parser, ShapeFactory.PointsBuilder pointsBuilder)protected voidGeoJSONReader. 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 voidShapeDeserializer. 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 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> -
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 classJtsShapeFactory.JtsLineStringBuilderprivate classJtsShapeFactory.JtsMultiPointBuilderprivate classJtsShapeFactory.JtsMultiShapeBuilder<T extends Shape>private classJtsShapeFactory.JtsPolygonBuilderprivate classJtsShapeFactory.JtsPolygonBuilder.JtsHoleBuilder
-