findNearest(line:Geometry,
proximityOptions:ProximityOptions,
token:string):ResultSet
findNearest(point:Point, proximityOptions:ProximityOptions, token:string):ResultSet
findWithin(line:Geometry,
radius:double, proximityOptions:ProximityOptions,
token:string):ResultSet
findWithin(point:Point, radius:double,
proximityOptions:ProximityOptions,
token:string):ResultSet
getAvailableFieldNames(proximityOptions:ProximityOptions):FieldDesc
getVersion:string
| Method Name | findNearest | ||||||
| Description | Returns rows of fields and their values that are closest to a given line. | ||||||
| Endpoint URL | http://arcweb.esri.com/services/v2/Proximity | ||||||
| Input Parameters |
| ||||||
| Valid Arguments |
| ||||||
| Output Parameter |
| ||||||
| Example (Java) |
IProximity myProximity = ProximityHelper.bind() ; | ||||||
|
Example (VB.NET) |
Dim myProximity As New Proximity() | ||||||
|
Example (C#.NET) |
myProximity = new Proximity(); |
| Method Name | findNearest | ||||||
| Description | Returns rows of fields and their values that are closest to a given point. | ||||||
| Endpoint URL | http://arcweb.esri.com/services/v2/Proximity | ||||||
| Input Parameters |
| ||||||
| Valid Arguments |
| ||||||
| Output Parameter |
| ||||||
| Example (Java) |
IProximity myProximity = ProximityHelper.bind(); For myPoint, see Point. | ||||||
|
Example (VB.NET) |
Dim myProximity As New Proximity() For myPoint, see Point. | ||||||
|
Example (C#.NET) |
Proximity myProximity = new Proximity(); For myPoint, see Point. |
| Method Name | findWithin | ||||||||
| Description | Returns rows of fields and their values for a given line and a radius. | ||||||||
| Endpoint URL | http://arcweb.esri.com/services/v2/Proximity | ||||||||
| Input Parameters |
| ||||||||
| Valid Arguments |
| ||||||||
| Output Parameter |
| ||||||||
| Example (Java) |
IProximity myProximity = ProximityHelper.bind() ; | ||||||||
|
Example (VB.NET) |
Dim myProximity As New Proximity() | ||||||||
|
Example (C#.NET) |
Proximity myProximity = new Proximity(); |
| Method Name | findWithin | ||||||||
| Description | Returns rows of fields and their values for a given point and a radius. | ||||||||
| Endpoint URL | http://arcweb.esri.com/services/v2/Proximity | ||||||||
| Input Parameters |
| ||||||||
| Valid Arguments |
| ||||||||
| Output Parameter |
| ||||||||
| Example (Java) |
IProximity myProximity = ProximityHelper.bind(); For myPoint, see Point. | ||||||||
|
Example (VB.NET) |
Dim myProximity As New Proximity() For myPoint, see Point. | ||||||||
|
Example (C#.NET) |
Proximity myProximity = new Proximity(); For myPoint, see Point. |
| Method Name | getAvailableFieldNames | ||
| Description | Returns the fields (attributes) available for a given data source. | ||
| Endpoint URL | http://arcweb.esri.com/services/v2/Proximity | ||
| Input Parameters |
| ||
| Valid Arguments |
| ||
| Output Parameter |
| ||
| Example (Java) |
IProximity myProximity = ProximityHelper.bind(); | ||
|
Example (VB.NET) |
Dim myProximity As New Proximity() | ||
|
Example (C#.NET) |
Proximity myProximity = new Proximity(); |
Proximity overview
Proximity data sources and credits
SOAP samples
Object model