Uses of Class
org.locationtech.spatial4j.io.WKTReader.State
Packages that use WKTReader.State
-
Uses of WKTReader.State in org.locationtech.spatial4j.io
Methods in org.locationtech.spatial4j.io that return WKTReader.StateModifier and TypeMethodDescriptionprotected WKTReader.State(internal) Creates a new State with the given String.Methods in org.locationtech.spatial4j.io with parameters of type WKTReader.StateModifier and TypeMethodDescriptionprotected ShapeWKTReader.parseBufferShape(WKTReader.State state) Parses the BUFFER operation applied to a parsed shape.protected ShapeWKTReader.parseEnvelopeShape(WKTReader.State state) Parses an ENVELOPE (aka Rectangle) shape from the raw string.protected ShapeWKTReader.parseGeometryCollectionShape(WKTReader.State state) Parses a GEOMETRYCOLLECTION shape from the raw string.protected ShapeWKTReader.parseLineStringShape(WKTReader.State state) Parses a LINESTRING shape from the raw string -- an ordered sequence of points.protected ShapeWKTReader.parseMulitPolygonShape(WKTReader.State state) Parses a MULTIPOLYGON shape from the raw string.protected ShapeWKTReader.parseMultiLineStringShape(WKTReader.State state) Parses a MULTILINESTRING shape from the raw string -- a collection of line strings.protected ShapeWKTReader.parseMultiPointShape(WKTReader.State state) Parses a MULTIPOINT shape from the raw string -- a collection of points.protected ShapeWKTReader.parsePointShape(WKTReader.State state) Parses a POINT shape from the raw string.protected ShapeWKTReader.parsePolygonShape(WKTReader.State state) Parses a POLYGON shape from the raw string.protected ShapeWKTReader.parseShapeByType(WKTReader.State state, String shapeType) (internal) Parses the remainder of a shape definition following the shape's name given asshapeTypealready consumed viaWKTReader.State.nextWord().protected ShapeFactory.PointsBuilderWKTReader.point(WKTReader.State state, ShapeFactory.PointsBuilder pointsBuilder) Reads a raw Point (AKA Coordinate) from the current position.protected <B extends ShapeFactory.PointsBuilder>
BWKTReader.pointList(WKTReader.State state, B pointsBuilder) Reads a list of Points (AKA CoordinateSequence) from the current position.protected ShapeFactory.PolygonBuilderWKTReader.polygon(WKTReader.State state, ShapeFactory.PolygonBuilder polygonBuilder) Reads a polygonprotected ShapeWKTReader.shape(WKTReader.State state) Reads a shape from the current position, starting with the name of the shape.