Packagecom.esri.aws.services
Classpublic class FindDataSourceOptions

Contains parameters for the Find Web Service. Used to specify a SpatialQuery data source to search and/or filter SpatialQuery data sources. The options are applied when the Find Service use SpatialQuery. These options are only used with SpatialQuery data sources (the part before "NEAR"), they're not used for geocoding.



Public Properties
 PropertyDefined by
  dataSource : String
Valid SpatialQuery data source.
FindDataSourceOptions
  filterField : String
Used with filterValue.
FindDataSourceOptions
  filterValue : String
Used with filterField.
FindDataSourceOptions
  findField : String
Field to search.
FindDataSourceOptions
Property detail
dataSourceproperty
public var dataSource:String

Valid SpatialQuery data source. If dataSource is not set the service will continue to process the query using a set of default data sources.

filterFieldproperty 
public var filterField:String

Used with filterValue. Name of field (in data source) to be used to filter results.

filterValueproperty 
public var filterValue:String

Used with filterField. If filterField or filterValue is not set the service will ignore both fields except when using the ArcWeb:INFOUSA.BusinessListing.US data source.

findFieldproperty 
public var findField:String

Field to search. If findField is not set the service will use the default field of ‘NAME’ for the specified data source.