|
NAMEGeo::JSON::GeometryCollection - object representing a geojson GeometryCollectionSYNOPSISuse Geo::JSON::GeometryCollection; my $gcol = Geo::JSON::GeometryCollection->new({ geometries => [ ... ], }); my $json = $mpt->to_json; DESCRIPTIONA GeoJSON object with a geometries attribute consisting of an arrayref of Geometry objects (Point, MultiPoint, LineString, MultiLineString, Polygon, or MultiPolygon).See Geo::JSON for more details.
Visit the GSP FreeBSD Man Page Interface. |