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