Home > @i2analyze/i2connect > data
data namespace
The members of the data namespace provide access to the property values of records that an i2 Connect service operates on.
Signature:
export declare namespace data 
Introduced: API version 1.0
Interfaces
| Interface | Description | 
|---|---|
| IGeoJsonFeature | A geospatial feature, containing a geometry object and its associated properties, as described in [RFC 7946](https://tools.ietf.org/html/rfc7946#section-3.2). | 
| IGeoJsonFeatureCollection | An area on a map, which comprises one or more geospatial features. | 
| IGeoJsonMultiPolygon | A geospatial "multi-polygon", as described in [RFC 7946](https://tools.ietf.org/html/rfc7946#section-3.1.7). | 
| IGeoJsonPoint | A position on a map. | 
| IGeoJsonPolygon | A geospatial polygon, as described in [RFC 7946](https://tools.ietf.org/html/rfc7946#section-3.1.6). | 
| IZonedDateTime | A date and time with an accompanying time zone. | 
Type Aliases
| Type Alias | Description | 
|---|---|
| DateTime | A date and time. | 
| DecimalString | A decimal in string format. | 
| IGeoJsonGeometry | A geospatial geometry object, as described in [RFC 7946](https://tools.ietf.org/html/rfc7946#section-3). | 
| IGeoJsonPosition | A pair of geospatial coordinates, as described in [RFC 7946](https://tools.ietf.org/html/rfc7946#section-3.1.1). | 
| ISO8601Date | A date in ISO 8601 format. For example, 1976-10-23. | 
| ISO8601LocalDateTime | A local date and time in ISO 8601 format. For example, 1976-10-23T11:22:33.123. | 
| ISO8601Time | A time in ISO 8601 format. For example, 11:22:33.123. | 
| LinkDirection | The direction of a link. | 
| LogicalType | A logical type for the value of a property of a record. | 
| PropertyValue | A value for a property of a record. | 
| PropertyValueType | The permitted types (for example, string, number, or boolean) for the value of a property that has the specified property type. |