Packagecom.esri.aws.services
Classpublic class GeographyIDOptions

Contains parameters for finding IDs for a specific geography. For example, all the ZIP Codes in the state of Maryland.



Public Properties
 PropertyDefined by
  geographyIDFilter : String
The geographic filter for limiting the returned IDs.
GeographyIDOptions
  keyword : String
The geography name or set of characters (e.g., "Redlands") with two or more characters.
GeographyIDOptions
  outputGeographyLevel : String
The geography level for the IDs.
GeographyIDOptions
  resultSetRange : ResultSetRange
The range for the returned IDs.
GeographyIDOptions
Property detail
geographyIDFilterproperty
public var geographyIDFilter:String

The geographic filter for limiting the returned IDs. Valid values are "BlockGroup", "CBSA", "Congressional Districts", "County", "County SubDivisions", "DMA", "Place", "State", "Tract", and "Zip".

keywordproperty 
public var keyword:String

The geography name or set of characters (e.g., "Redlands") with two or more characters. The values are case sensitive.

outputGeographyLevelproperty 
public var outputGeographyLevel:String

The geography level for the IDs. Valid values are "BlockGroup", "CBSA", "Congressional Districts", "County", "County SubDivisions", "DMA", "Place", "State", "Tract", and "Zip". It is required.

resultSetRangeproperty 
public var resultSetRange:ResultSetRange

The range for the returned IDs. Default values are count "20" and startIndex "0". Maximum value for count is 1000.