The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SemanticWeb::Schema::GeoShape - The geographic shape of a place

VERSION

version v0.0.1

DESCRIPTION

The geographic shape of a place. A GeoShape can be described using several properties whose values are based on latitude/longitude pairs. Either whitespace or commas can be used to separate latitude and longitude; whitespace should be used when writing a list of several such points.

ATTRIBUTES

address

Physical address of the item.

A address should be one of the following types:

Str
InstanceOf['SemanticWeb::Schema::PostalAddress']

address_country

addressCountry

The country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code.

A address_country should be one of the following types:

InstanceOf['SemanticWeb::Schema::Country']
Str

box

A box is the area enclosed by the rectangle formed by two points. The first point is the lower corner, the second point is the upper corner. A box is expressed as two points separated by a space character.

A box should be one of the following types:

Str

circle

A circle is the circular region of a specified radius centered at a specified latitude and longitude. A circle is expressed as a pair followed by a radius in meters.

A circle should be one of the following types:

Str

elevation

The elevation of a location (WGS 84).

A elevation should be one of the following types:

Str
Num

line

A line is a point-to-point path consisting of two or more points. A line is expressed as a series of two or more point objects separated by space.

A line should be one of the following types:

Str

polygon

A polygon is the area enclosed by a point-to-point path for which the starting and ending points are the same. A polygon is expressed as a series of four or more space delimited points where the first and final points are identical.

A polygon should be one of the following types:

Str

postal_code

postalCode

The postal code. For example, 94043.

A postal_code should be one of the following types:

Str

SEE ALSO

SemanticWeb::Schema::StructuredValue

AUTHOR

Robert Rothenberg <rrwo@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2018 by Robert Rothenberg.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)