GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Geo::JSON::Types(3) User Contributed Perl Documentation Geo::JSON::Types(3)

Geo::JSON::Types - Type::Tiny data types for Geo::JSON classes

    use Geo::JSON::Types -types;

    has crs          => ( is => 'ro', isa => CRS );
    has feature      => ( is => 'ro', isa => Feature );
    has features     => ( is => 'ro', isa => Features );
    has geometry     => ( is => 'ro', isa => Geometry );
    has linear_ring  => ( is => 'ro', isa => LinearRing );
    has line_string  => ( is => 'ro', isa => LineString );
    has line_strings => ( is => 'ro', isa => LineStrings );
    has polygon      => ( is => 'ro', isa => Polygon );
    has polygons     => ( is => 'ro', isa => Polygons );
    has position     => ( is => 'ro', isa => Position );
    has positions    => ( is => 'ro', isa => Positions );

Type::Tiny data types to represent the types used by Geo::JSON objects, the types are listed below.

See Geo::JSON for more details.

  • CRS
  • Feature
  • Features
  • Geometry
  • Position
  • Positions
  • LineString
  • LineStrings
  • LinearRing
  • Polygon
  • Polygons
2015-02-16 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.