FeatureSelector

Selector for Features of an EntityType.

Fields
idMatcher object ( IdMatcher )

Required. Matches Features based on id.

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

IdMatcher

Matcher for Features of an EntityType by feature id.

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.
JSON representation
 { 
 "ids" 
 : 
 [ 
 string 
 ] 
 } 
Create a Mobile Website
View Site in Mobile | Classic
Share by: