|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gbanga.api.geojson.util.Coordinates
public class Coordinates
The coordinates of a geometry object in the GeoJSON standard.
| Field Summary | |
|---|---|
float |
lat
The latitude. |
float |
lon
The longitude. |
| Constructor Summary | |
|---|---|
Coordinates(float lon,
float lat)
Creates coordinates with the given longitude and latitude. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public float lat
public float lon
| Constructor Detail |
|---|
public Coordinates(float lon,
float lat)
lon - the longitudelat - the latitude
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||