Class: FeatureOfInterestFilter

FeatureOfInterestFilter(properties)

new FeatureOfInterestFilter(properties)

Parameters:
Name Type Description
properties Object object properties
Properties
Name Type Attributes Default Description
q Array.<string> <optional>
Comma separated keywords used for full-text search
bbox Array.<number> <optional>
BBOX to filter resources on their location
location string <optional>
WKT geometry and operator to filter resources on their location or geometry
validTime string <optional>
validTime - ISO 8601 time range to filter resources on their validity time. When this parameter is omitted, the implicit value is "now", except for "history" collections where the absence of this parameter means no filtering is applied.
parent Array.<string> <optional>
Comma separated list of parent resource IDs to restrict the search to or "*" to include nested resources at any level
select Array.<string> <optional>
Comma separated list of properties to include or exclude from results (use "!" prefix to exclude)
format string <optional>
'application/json' Mime type designating the format to use to encode the response.
featureOfInterest Array.<String> <optional>
Comma separated list of feature of interest IDs to get observations for.
Source: