FeatureSelector

Selector for Features of an EntityType.

JSON representation
{
  "idMatcher": {
    object (IdMatcher)
  }
}
Fields
idMatcher

object (IdMatcher)

Required. Matches Features based on ID.

IdMatcher

Matcher for Features of an EntityType by feature ID.

JSON representation
{
  "ids": [
    string
  ]
}
Fields
ids[]

string

Required. The following are accepted as ids:

  • A single-element list containing only *, which selects all Features in the target EntityType, or
  • A list containing only feature IDs, which selects only Features with those IDs in the target EntityType.