GeoJSON::Point
Inherits GeoJSON::Object < JSON::Serializable::Unmapped < JSON::Serializable < Reference < Object
A Point is a Geometry representing a single Position in geographic
space.
This class corresponds to the GeoJSON Point.
Constructors
Creates a new Point at the given longitude, latitude, and optional
altitude, and with optional bounding box bbox.
A Point is a Geometry representing a single Position in geographic
space.
This class corresponds to the GeoJSON Point.
Creates a new Point with the given coordinates and optional bounding
box bbox.
Instance methods
Returns true if this reference is the same as other. Invokes same?.
Gets this Point's altitude.
Technically, this positional value is meant to be the height in meters above the WGS84 ellipsoid.
Gets this Point's altitude.
Technically, this positional value is meant to be the height in meters above the WGS84 ellipsoid.
See Object#hash(hasher)
Gets this Point's latitude in decimal degrees according to WGS84.
Gets this Point's longitude in decimal degrees according to WGS84.
Gets this Point's longitude in decimal degrees according to WGS84.