findPlace(placeName:string, placeFinderOptions:PlaceFinderOptions):LocationInfo
getCountryCodes:KeyValue[]
getTypes: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/PlaceFinderSample | ||||
| Input Parameters |
| ||||
| Valid arguments |
| ||||
| Output Parameter |
| ||||
| Example (Java) |
IPlaceFinderSample myPlaceFinderSample
= PlaceFinderSampleHelper.bind(); For myPlaceFinderOptions, see PlaceFinderOptions. | ||||
|
Example (VB.NET) |
Dim myPlaceFinderSample As New PlaceFinderSample() For myPlaceFinderOptions, see PlaceFinderOptions. | ||||
|
Example (C#.NET) |
PlaceFinderSample myPlaceFinderSample = new PlaceFinderSample(); 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/PlaceFinderSample | ||
| Output Parameter |
| ||
| Example (Java) |
IPlaceFinderSample myPlaceFinderSample = PlaceFinderSampleHelper.bind();
| ||
|
Example (VB.NET) |
Dim myPlaceFinderSample As New PlaceFinderSample() | ||
|
Example (C#.NET) |
myPlaceFinderSample = new PlaceFinderSample(); |
| Method Name | getTypes | ||
| Description | Returns a list of types that are supported by Place Finder Sample Web Service. | ||
| Endpoint URL | http://arcweb.esri.com/services/v2/PlaceFinderSample | ||
| Output Parameter |
| ||
| Example (Java) |
IPlaceFinderSample myPlaceFinderSample = PlaceFinderSampleHelper.bind();
| ||
|
Example (VB.NET) |
Dim myPlaceFinderSample As New PlaceFinderSample() | ||
|
Example (C#.NET) |
myPlaceFinderSample = new PlaceFinderSample(); |
Place Finder Sample overview
Place Type ID codes
SOAP samples
Object model