class GeoJSON::MultiPoint
- GeoJSON::MultiPoint
- GeoJSON::Geometry
- GeoJSON::Base
- Reference
- Object
Overview
A MultiPoint
is a Geometry
representing several Point
s.
This class corresponds to the GeoJSON MultiPoint.
Included Modules
- GeoJSON::MultiGeometry(GeoJSON::Point, GeoJSON::Coordinates::Position)
- JSON::Serializable
Defined in:
geojson/geometry/multi_point.crConstructors
Instance Method Summary
-
#type : String
Gets this MultiPoint's GeoJSON type ("MultiPoint")
Instance methods inherited from module GeoJSON::MultiGeometry(GeoJSON::Point, GeoJSON::Coordinates::Position)
[](index : Int)
[],
coordinates : Array(E)
coordinates
Constructor methods inherited from module GeoJSON::MultiGeometry(GeoJSON::Point, GeoJSON::Coordinates::Position)
new(coordinates : Array(T))new(coordinates : Array(E))
new(coordinate_tree : CoordinateTree) new
Instance methods inherited from class GeoJSON::Geometry
==(other : self)
==,
[](*args, **options)[](*args, **options, &) [], coordinates coordinates, hash(hasher) hash