Packagecom.esri.aws.services
Classpublic class FindOptions

Contains parameters for the Find Web Service. Input request for Find.



Public Properties
 PropertyDefined by
  filterCountry : String
The country, dependency, or area of special sovereignty to search.
FindOptions
  filterExtent : Envelope
The geographic area to search.
FindOptions
  findDataSourceOptions : FindDataSourceOptions
Used to specify a SpatialQuery data source when the Find Service performs a spatial reference.
FindOptions
  resultSetRange : ResultSetRange
The range for the returned place names.
FindOptions
Property detail
filterCountryproperty
public var filterCountry:String

The country, dependency, or area of special sovereignty to search. Default value is null, which means no filtering.

See Geocoding Country Codes for a list of valid country codes.

filterExtentproperty 
public var filterExtent:Envelope

The geographic area to search. The default value is null, which means no filtering by geographical extent.

findDataSourceOptionsproperty 
public var findDataSourceOptions:FindDataSourceOptions

Used to specify a SpatialQuery data source when the Find Service performs a spatial reference.

resultSetRangeproperty 
public var resultSetRange:ResultSetRange

The range for the returned place names. The default values are count "20" and startIndex "0".