public class GeoMember extends Object
Constructor and Description |
---|
GeoMember() |
GeoMember(GeoMember obj) |
GeoMember(io.vertx.core.json.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.
|
io.vertx.core.json.JsonObject |
toJson() |
io.vertx.core.json.JsonArray |
toJsonArray() |
public GeoMember()
public GeoMember(GeoMember obj)
public GeoMember(io.vertx.core.json.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 io.vertx.core.json.JsonObject toJson()
public io.vertx.core.json.JsonArray toJsonArray()
Copyright © 2018 Eclipse. All rights reserved.