GeoShape inherited from CDIFDiscovery
DiscoveryDataDescriptionStructure::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
| Name | Type | Multiplicity | Description |
|---|---|---|---|
| box | string | [0..1] | DocumentationOriginalReferenceschema:box DefinitionA 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. ScopeDomain: GeoShape (https://schema.org/GeoShape). Range: Text (https://schema.org/Text). CDIFDefinitionA 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. Scopeschema:box - bounding box, two lat-long pairs. |
| line | string | [0..1] | DocumentationOriginalReferenceschema:line DefinitionA 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. ScopeDomain: GeoShape (https://schema.org/GeoShape). Range: Text (https://schema.org/Text). CDIFDefinitionA 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' Scopeschema:line - line geometry, sequence of lat-long pairs. |
Associations
No associations.