Uses of Interface
org.locationtech.spatial4j.shape.ShapeFactory.PointsBuilder
Packages that use ShapeFactory.PointsBuilder
Package
Description
Reading & writing shapes in various forms.
Optional support to read/write Shapes and Geometry using Jackson
Shapes are the core geometry objects that Spatial4j provides.
-
Uses of ShapeFactory.PointsBuilder in org.locationtech.spatial4j.io
Classes in org.locationtech.spatial4j.io that implement ShapeFactory.PointsBuilderMethods in org.locationtech.spatial4j.io with type parameters of type ShapeFactory.PointsBuilderModifier and TypeMethodDescriptionprotected <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.PointsBuilderModifier and TypeMethodDescriptionprotected 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.PointsBuilderModifier and TypeMethodDescriptionprotected 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.PointsBuilderModifier and TypeMethodDescriptionprivate 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.shapeModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic interfacestatic interface -
Uses of ShapeFactory.PointsBuilder in org.locationtech.spatial4j.shape.impl
Classes in org.locationtech.spatial4j.shape.impl that implement ShapeFactory.PointsBuilderModifier and TypeClassDescriptionprotected class -
Uses of ShapeFactory.PointsBuilder in org.locationtech.spatial4j.shape.jts
Classes in org.locationtech.spatial4j.shape.jts that implement ShapeFactory.PointsBuilderModifier and TypeClassDescriptionprivate classprivate classprivate classJtsShapeFactory.JtsMultiShapeBuilder<T extends Shape>private classprivate class