DiscoveryDataDescription

GeoShape inherited from CDIFDiscovery

DiscoveryDataDescription::Classes::GeoShape

Definition

Documentation

Original
Reference

schema:GeoShape

Definition

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.

Scope

Parent class(es): StructuredValue (https://schema.org/StructuredValue).

CDIF
Definition

schema:GeoShape - shape geometry (box, line, polygon, circle).

Diagram

Inheritance

Generalizes: AbstractGeometry

Attributes

NameTypeMultiplicityDescription
boxstring[0..1]

Documentation

Original
Reference

schema:box

Definition

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.

Scope

Domain: GeoShape (https://schema.org/GeoShape). Range: Text (https://schema.org/Text).

CDIF
Definition

A GeoShape box defines an area on the surface of the earth defined by point locations of the southwest corner and northeast corner of the rectangle in latitude-longitude coordinates. A space should be used to separate the latitude and longitude values. The two corner coordinate points are separated by a space. 'East longitude' means positive longitude values are east of the prime (Greenwich) meridian.

Scope

schema:box - bounding box, two lat-long pairs.

linestring[0..1]

Documentation

Original
Reference

schema:line

Definition

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.

Scope

Domain: GeoShape (https://schema.org/GeoShape). Range: Text (https://schema.org/Text).

CDIF
Definition

A GeoShape box defines a curvilinear geometry as a string of latitude-longitude coordinates. A space should be used to separate the latitude and longitude values. The coordinate point pairs are also separated by a space. 'East longitude' means positive longitude values are east of the prime (Greenwich) meridian. e.g. '39.33 120.77 40.44 123.96 41.00 121.34'

Scope

schema:line - line geometry, sequence of lat-long pairs.

Associations

No associations.