Geo Shape data type
Geo Shape is a standard XDM data type that describes the shape of a geographic area. This data type is based on the public specification documented on .
Property
Data type
Description
_schema.boxArray of Geo Coordinates
Describes a geographical area enclosed by a rectangle formed by two coordinates. The first coordinate is the lower corner of the rectangle, and the second coordinate is the upper corner.
_schema.circleArray of Geo Coordinates
Describes a circular region with a specific radius centered on a geographic coordinate.
_schema.polygonA series of four or more coordinates where the first and final coordinates are identical.
_schema.descriptionString
A description of what the shape is defining.
_schema.elevationDouble
The specific or minimum elevation of the shape. This value conforms to the datum and is measured in meters. In combination with
ceiling, this property can be used to express a three-dimensional bounding box for a location._idString
A unique, system-generated identifier for the shape.
ceilingDouble
The maximum elevation of the shape. This property is only valid when used in combination with
elevation. The value conforms to the datum and is measured in meters. In combination with elevation, this property can be used to express a three-dimensional bounding box for a location.recommendation-more-help
62e9ffd9-1c74-4cef-8f47-0d00af32fc07