ExtendedFeatureCollection interface

A Feature Collection that has properties for the collection.

Extends

FeatureCollection

Properties

properties

Properties of the feature collection.

Inherited Properties

bbox

The bounding box of the feature collection.

features

The collection of GeoJSON features contained in 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

properties

Properties of the feature collection.

properties?: any

Property Value

any

Inherited Property Details

bbox

The bounding box of the feature collection.

bbox?: BoundingBox

Property Value

BoundingBox

Inherited From FeatureCollection.bbox

features

The collection of GeoJSON features contained in the feature collection.

features: Array<Feature<Geometry, any>>

Property Value

Array<Feature<Geometry, any>>

Inherited From FeatureCollection.features

type

A GeoJSON type descriptor with value "FeatureCollection".

type: string

Property Value

string

Inherited From FeatureCollection.type

TYPE

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

static TYPE: string

Property Value

string

Inherited From FeatureCollection.TYPE