Geospatial Polygon Value

		GeoJSON coordinates representation of geospatial feature of type polygon, used to specify a boundary used within shape files.
		A polygon is encoded as a coordinate array of points where the beginning point and the last point are the same.
		A polygon may or may not have 'holes'.
		For example, a polygon with No holes:

		[
			[
             [100.0, 0.0],
             [101.0, 0.0],
             [101.0, 1.0],
             [100.0, 1.0],
             [100.0, 0.0]
			]
		]

		For example, a polygon with holes:
		[
			[
             [100.0, 0.0],
             [101.0, 0.0],
             [101.0, 1.0],
             [100.0, 1.0],
             [100.0, 0.0]
			],
			[
             [100.8, 0.8],
             [100.8, 0.2],
             [100.2, 0.2],
             [100.2, 0.8],
             [100.8, 0.8]
			]
		]
		https://tools.ietf.org/html/rfc7946

Data Type Description

This data type is based on the following data type primitives. Schema expressions and implementation refinements may further restrict the data type.

  • String

Supplementary Components

Format Code

Required: No

Type Code

Required: No

Feedback

OAGi and its members welcome your feedback.

UUID: 4e6c2a9655664bc3960b39d5f99485b4

connectSpec (OAGIS) Version 10.12