public class GeoMember extends Object
Constructor and Description |
---|
GeoMember() |
GeoMember(GeoMember obj) |
GeoMember(JsonObject obj) |
Modifier and Type | Method and Description |
---|---|
GeoMember |
setLatitude(Double val)
Set Latitude as per EPSG:900913 / EPSG:3785 / OSGEO:41001
|
GeoMember |
setLongitude(Double val)
Set Longitude as per EPSG:900913 / EPSG:3785 / OSGEO:41001
|
GeoMember |
setMember(String val)
Set the member name.
|
JsonObject |
toJson() |
JsonArray |
toJsonArray() |
public GeoMember()
public GeoMember(GeoMember obj)
public GeoMember(JsonObject obj)
public GeoMember setLongitude(Double val)
val
- Valid longitudes are from -180 to 180 degreespublic GeoMember setLatitude(Double val)
val
- Valid latitudes are from -85.05112878 to 85.05112878 degrees.public GeoMember setMember(String val)
val
- the name givenpublic JsonObject toJson()
public JsonArray toJsonArray()
Copyright © 2018 Eclipse. All rights reserved.