Interface IGetFeaturesOptions

request parameters to get features from a collection

Hierarchy

  • IServiceRequestOptions
    • IGetFeaturesOptions

Properties

bbox?: number[]

feature bounding box

bboxCrs?: string

the CRS used for the coordinate values of the bbox parameter

crs?: string

return CRS for the requested features

datetime?: TDateLike | IDateRange

feature datetime range

filter?: TFilter

CQL filter expression

filterCrs?: string

the CRS used for coordinate values in CQL spatial filter expressions

filterLang?: FilterLang

CQL filter expression language

limit?: number

number of features to return

additional request parameters

properties?: string | string[]

properties to include for the requested features

sortby?: TSortBy

sorting direction in which features should be returned

Generated using TypeDoc