FreeBSD Manual Pages
Geo::JSON::GeometryColUseriContributed Perl DoGeo::JSON::GeometryCollection(3) NAME Geo::JSON::GeometryCollection - object representing a geojson GeometryCollection SYNOPSIS use Geo::JSON::GeometryCollection; my $gcol = Geo::JSON::GeometryCollection->new({ geometries => [ ... ], }); my $json = $mpt->to_json; DESCRIPTION A 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. perl v5.32.0 2015-02-16 Geo::JSON::GeometryCollection(3)
NAME | SYNOPSIS | DESCRIPTION
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=Geo::JSON::GeometryCollection&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>