Geo::JSON::Base - Baseclass for Geo::JSON objects
Base class for Geojson objects.
See Geo::JSON for more details.
Required. Scalar defining the class of Geojson object. One of the following:
Point, MultiPoint, LineString, MultiLineString, Polygon, MultiPolygon,
GeometryCollection, Feature, FeatureCollection.
Optional Geo::JSON::CRS object to define the Co-ordinates Reference System used
by this object.
Optional arrayref representing a bounding box that encloses the points defined
by this Geojson object. See Geo::JSON for more details.
Returns arrayref representing a Geojson bounding box that encloses the points in
the object's geometry.
Returns arrayref of all positions (each an arrayref of
"n" dimensions) in the object's geometry.