Uses of Class
org.noggit.JSONParser
-
Packages that use JSONParser Package Description org.locationtech.spatial4j.io org.noggit -
-
Uses of JSONParser in org.locationtech.spatial4j.io
Methods in org.locationtech.spatial4j.io with parameters of type JSONParser Modifier and Type Method Description protected CircleGeoJSONReader. readCircle(JSONParser parser)protected voidGeoJSONReader. readCoordListXYZ(JSONParser parser, ShapeFactory.PointsBuilder pointsBuilder)protected voidGeoJSONReader. readCoordXYZ(JSONParser parser, ShapeFactory.PointsBuilder pointsBuilder)protected doubleGeoJSONReader. readDistance(String distProperty, String distUnitsProperty, JSONParser parser)Helper method to read a up until a distance value (radius, buffer) and it's corresponding unit are found.protected ShapeGeoJSONReader. readLineString(JSONParser parser)protected ShapeGeoJSONReader. readMultiLineString(JSONParser parser)protected ShapeGeoJSONReader. readMultiPoint(JSONParser parser)protected ShapeGeoJSONReader. readMultiPolygon(JSONParser parser)protected ShapeGeoJSONReader. readPoint(JSONParser parser)protected ShapeFactory.PolygonBuilderGeoJSONReader. readPolygon(JSONParser parser, ShapeFactory.PolygonBuilder polygonBuilder)protected ShapeGeoJSONReader. readShape(JSONParser parser)protected ShapeGeoJSONReader. readShapeFromCoordinates(String type, JSONParser parser)protected voidGeoJSONReader. readUntilEvent(JSONParser parser, int event) -
Uses of JSONParser in org.noggit
Methods in org.noggit with parameters of type JSONParser Modifier and Type Method Description static voidObjectBuilder. checkEOF(JSONParser p)static ObjectObjectBuilder. getVal(JSONParser parser)consider to useObjectBuilder.getValStrict()static ObjectObjectBuilder. getValStrict(JSONParser parser)likeObjectBuilder.getVal(), but also check that there is nothing remaining in the given stream after closing bracket.Constructors in org.noggit with parameters of type JSONParser Constructor Description ObjectBuilder(JSONParser parser)
-