public class GeoJsonBuilder.FeatureCollection
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
GeoJsonBuilder.Feature |
addLine(LatLons latLons) |
GeoJsonBuilder.Feature |
addLines(LatLons[] latLonsArr) |
GeoJsonBuilder.Feature |
addPoint(LatLon latLon) |
GeoJsonBuilder.Feature |
addPoints(LatLons latLons) |
GeoJsonBuilder.Feature |
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.Feature addPoint(LatLon latLon)
public final GeoJsonBuilder.Feature addPoints(LatLons latLons)
public final GeoJsonBuilder.Feature addLine(LatLons latLons)
public final GeoJsonBuilder.Feature addLines(LatLons[] latLonsArr)
public final GeoJsonBuilder.Feature addPoly(LatLons[] latLonsArr)