addLocation(poi:Poi,
geocode:boolean, keepFormatting:boolean, poiManagerOptions:PoiManagerOptions,
token:string):integer
deleteAll(token:string):integer
deleteLocations(ids:string[], token:string):integer
findLocations(queryParams:QueryParams,
token:string):PoiResultSet
getPoiTypes(token:string):string[]
getVersion:string
updateLocation(id:string, poi:Poi,
regeocode:boolean, poiManagerOptions:PoiManagerOptions,
token:string):integer
|
Method Name |
|||||||||||
|
Description |
Adds a POI record to your set of points stored on the ESRI Server. | ||||||||||
|
Endpoint URL |
http://arcweb.esri.com/services/v2/PoiManager | ||||||||||
|
Input Parameters |
| ||||||||||
|
Valid Arguments |
| ||||||||||
|
Output Parameter |
| ||||||||||
|
Example (Java) |
IPoiManager myPoiManager = PoiManagerHelper.bind() ; | ||||||||||
|
Example (VB.NET) |
Dim myPoiManager As New PoiManager() | ||||||||||
|
Example (C#.NET) |
PoiManager myPoiManager = new PoiManager(); |
|
Method Name |
|||
|
Description |
Deletes all your POI records on the ESRI Server. Note: No warning message is returned before the records are deleted. Be sure you want to delete your POI data set before you send this method. | ||
|
Endpoint URL |
http://arcweb.esri.com/services/v2/PoiManager | ||
|
Input Parameters |
| ||
|
Valid Arguments |
| ||
|
Output Parameter |
| ||
|
Example (Java) |
IPoiManager myPoiManager = PoiManagerHelper.bind() ; | ||
|
Example (VB.NET) |
Dim myPoiManager As New PoiManager() | ||
|
Example (C#.NET) |
PoiManager myPoiManager = new PoiManager(); |
|
Method Name |
|||||
|
Description |
Deletes individual POI records on the ESRI Server. | ||||
|
Endpoint URL |
http://arcweb.esri.com/services/v2/PoiManager | ||||
|
Input Parameters |
| ||||
|
Valid Arguments |
| ||||
|
Output Parameter |
| ||||
|
Example (Java) |
String[] myRecords = new String[3]; | ||||
|
Example (VB.NET) |
Dim myPoiManager As New PoiManager() | ||||
|
Example (C#.NET) |
PoiManager myPoiManager = new PoiManager(); |
|
Method Name |
|||||
|
Description |
Returns all the POI locations that meet the query parameters. | ||||
|
Endpoint URL |
http://arcweb.esri.com/services/v2/PoiManager | ||||
|
Input Parameters |
| ||||
|
Valid Arguments |
| ||||
|
Output Parameter |
| ||||
|
Example (Java) |
IPoiManager myPoiManager = PoiManagerHelper.bind() ; | ||||
|
Example (VB.NET) |
Dim myPoiManager As New PoiManager() | ||||
|
Example (C#.NET) |
PoiManager myPoiManager = new PoiManager(); |
|
Method Name |
|||
|
Description |
Returns a list of your POI types. | ||
|
Endpoint URL |
http://arcweb.esri.com/services/v2/PoiManager | ||
|
Input Parameters |
| ||
|
Valid Arguments |
| ||
|
Output Parameter |
| ||
|
Example (Java) |
IPoiManager myPoiManager = PoiManagerHelper.bind() ; | ||
|
Example (VB.NET) |
Dim myPoiManager As New PoiManager() | ||
|
Example (C#.NET) |
PoiManager myPoiManager = new PoiManager(); |
|
Method Name |
|||
|
Description |
Returns the version number of POI Manager Web Service. | ||
|
Endpoint URL |
http://arcweb.esri.com/services/v2/PoiManager | ||
|
Output Parameter |
| ||
|
Example (Java) |
IPoiManager myPoiManager = PoiManagerHelper.bind(); | ||
|
Example (VB.NET) |
Dim myPoiManager As New PoiManager() | ||
|
Example (C#.NET) |
PoiManager myPoiManager = new PoiManager(); |
|
Method Name |
|||||||||||
|
Description |
Updates a POI record. | ||||||||||
|
Endpoint URL |
http://arcweb.esri.com/services/v2/PoiManager | ||||||||||
|
Input Parameters |
| ||||||||||
|
Valid Arguments |
| ||||||||||
|
Output Parameter |
| ||||||||||
|
Example (Java) |
IPoiManager myPoiManager = PoiManagerHelper.bind() ; | ||||||||||
|
Example (VB.NET) |
Dim myPoiManager As New PoiManager() | ||||||||||
|
Example (C#.NET) |
PoiManager myPoiManager = new PoiManager(); |
POI Manager overview
SOAP samples
ArcWeb site (log in to My Account and click Manage
V2 POIs)
Object model