findPlace(placeName:string, placeFinderOptions:PlaceFinderOptions, token:string):LocationInfo
getCountryCodes(dataSource:string, token:string):KeyValue[]
getTypes(dataSource:string, token:string):KeyValue[]
getVersion:string
| Method Name | findPlace | ||||||
| Description | Returns the location of all places that begin with the input string and are within the given envelope. | ||||||
| Endpoint URL | http://arcweb.esri.com/services/v2/PlaceFinder | ||||||
| Input Parameters |
| ||||||
| Valid arguments |
| ||||||
| Output Parameter |
| ||||||
| Example (Java) |
IPlaceFinder myPlaceFinder
= PlaceFinderHelper.bind(); For myPlaceFinderOptions, see PlaceFinderOptions.
| ||||||
|
Example (VB.NET) |
Dim myPlaceFinder As New
PlaceFinder() For myPlaceFinderOptions, see PlaceFinderOptions.
| ||||||
|
Example (C#.NET) |
PlaceFinder myPlaceFinder
= new PlaceFinder(); For myPlaceFinderOptions, see PlaceFinderOptions.
|
| Method Name | getCountryCodes | ||||
| Description | Returns a list of FIPS 10-4 codes and names for available countries, dependencies, and areas of special sovereignty. | ||||
| Endpoint URL | http://arcweb.esri.com/services/v2/PlaceFinder | ||||
| Input Parameters |
| ||||
| Valid arguments |
| ||||
| Output Parameter |
| ||||
| Example (Java) |
IPlaceFinder myPlaceFinder = PlaceFinderHelper.bind(); | ||||
|
Example (VB.NET) |
Dim myPlaceFinder As New PlaceFinder() | ||||
|
Example (C#.NET) |
myPlaceFinder = new PlaceFinder(); |
| Method Name | getTypes | ||||
| Description | Returns a list of types that are supported by Place Finder Web Service. | ||||
| Endpoint URL | http://arcweb.esri.com/services/v2/PlaceFinder | ||||
| Input Parameters |
| ||||
| Valid arguments |
| ||||
| Output Parameter |
| ||||
| Example (Java) |
IPlaceFinder myPlaceFinder = PlaceFinderHelper.bind(); | ||||
|
Example (VB.NET) |
Dim myPlaceFinder As New PlaceFinder() | ||||
|
Example (C#.NET) |
myPlaceFinder = new PlaceFinder(); |
Place Finder overview
Place Type ID codes
Place Finder data sources and credits
SOAP samples
Object model