ExtendedFeatureCollection interface

A Feature Collection that has properties for the collection.

Extends

FeatureCollection

Properties

bbox

The bounding box of the feature collection.

features

The collection of GeoJSON features contained in the feature collection.

properties

Properties of the feature collection.

type

A GeoJSON type descriptor with value "FeatureCollection".

TYPE

A static GeoJSON type descriptor for the FeatureCollection class to be used in runtime comparisons.

Property Details

bbox

The bounding box of the feature collection.

bbox?: BoundingBox

Property Value

BoundingBox

features

The collection of GeoJSON features contained in the feature collection.

features: Array<Feature<Geometry, any>>

Property Value

Array<Feature<Geometry, any>>

properties

Properties of the feature collection.

properties?: any

Property Value

any

type

A GeoJSON type descriptor with value "FeatureCollection".

type: string

Property Value

string

TYPE

A static GeoJSON type descriptor for the FeatureCollection class to be used in runtime comparisons.

static TYPE: string

Property Value

string