com.github.tsingjyujing.geo.basic.operations
Create GeometryCollection GsonObject GeometryCollection
Create GeometryCollection GsonObject GeometryCollection
Create LineString GeoJSON object LineString
Create LineString GeoJSON object LineString
MultiLineString MultiLineString
MultiLineString MultiLineString
Create MultiPoint GeoJSON object MultiPoint
Create MultiPoint GeoJSON object MultiPoint
points
Create Point GeoJSON object Point
Create Point GeoJSON object Point
which can get longitude and latitude
Standard support of polygon GeoJSON Polygon
Standard support of polygon GeoJSON Polygon
ring and hole
is auto close the polygon
Simple polygon without hole Polygon
Simple polygon without hole Polygon
ring
is auto close the polygon
Generate object from json string "{\"type\":\"Point\","coordinates":[100,20]}"
(Since version ) see corresponding Javadoc for more information.
Common utils of generating GeoJSON object