Base interface for all geometry types.

interface GeometryJsonBase {
    spatialReference?: SpatialReferenceJson;
}

Hierarchy (view full)

Properties

spatialReference?: SpatialReferenceJson

The spatial reference can be defined using a well-known ID (WKID) or well-known text (WKT).