|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gbanga.api.geojson.Geometry
org.gbanga.api.geojson.Point
public class Point
The point is a geometry object in the GeoJSON standard.
| Field Summary | |
|---|---|
float[] |
coordinates
The content: an array of floating numbers where [0] is the longitude and [1] the latitude. |
java.lang.String |
type
The named type of a GeoJSON point |
| Constructor Summary | |
|---|---|
Point()
Default constructor used for reflection. |
|
Point(Coordinates p)
Creates a new point with the given Coordinates. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public float[] coordinates
public java.lang.String type
| Constructor Detail |
|---|
public Point()
public Point(Coordinates p)
Coordinates.
p - the coordnates with longitude and latitude
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||