public class GeoJsonBuilder.GeometryCollection
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
GeoJsonBuilder.GeometryCollection |
addLine(LatLons latLons) |
GeoJsonBuilder.GeometryCollection |
addPoint(LatLon latLon) |
GeoJsonBuilder.GeometryCollection |
addPoints(LatLons latLons) |
GeoJsonBuilder.GeometryCollection |
addPoly(LatLons[] latLonsArr) |
java.lang.String |
flush() |
java.lang.String |
toString() |
public final java.lang.String flush()
public java.lang.String toString()
toString
in class java.lang.Object
public final GeoJsonBuilder.GeometryCollection addPoint(LatLon latLon)
public final GeoJsonBuilder.GeometryCollection addPoints(LatLons latLons)
public final GeoJsonBuilder.GeometryCollection addLine(LatLons latLons)
public final GeoJsonBuilder.GeometryCollection addPoly(LatLons[] latLonsArr)