getProjectedEnvelope(geometry:Geometry, toCoordSys:CoordinateSystem,
token:String):Envelope
getVersion:String
projectEnvelope(envelope:Envelope,
toCoordSys:CoordinateSystem,
token: String):Envelope
projectGeometry(geometry:Geometry,
toCoordSys:CoordinateSystem,
token: String):Geometry
projectPoint(point:Point, toCoordSys:CoordinateSystem, token:String):Point
|
Method Name |
|||||||
|
Description |
Returns the envelope of the projected geometry. Uses the input coordinate system from Geometry. | ||||||
|
Endpoint URL |
http://arcweb.esri.com/services/v2/Utility | ||||||
|
Input Parameters |
| ||||||
|
Valid Arguments |
| ||||||
|
Output Parameter |
| ||||||
|
Example (Java) |
IUtility myUtility = UtilityHelper.bind(); For myGeometry, see Geometry. | ||||||
|
Example (VB.NET) |
Dim myUtility As New Utility() For myGeometry, see Geometry. | ||||||
|
Example (C#.NET) |
Utility myUtility = new Utility(); For myGeometry, see Geometry. |
|
Method Name |
|||||||
|
Description |
Returns the envelope of the projected envelope. Uses the input coordinate system from Envelope. | ||||||
|
Endpoint URL |
http://arcweb.esri.com/services/v2/Utility | ||||||
|
Input Parameters |
| ||||||
|
Valid Arguments |
| ||||||
|
Output Parameter |
| ||||||
|
Example (Java) |
IUtility myUtility = UtilityHelper.bind(); For myEnvelope, see Envelope. | ||||||
|
Example (VB.NET) |
Dim myUtility As New Utility() For myEnvelope, see Envelope. | ||||||
|
Example (C#.NET) |
Utility myUtility = new Utility(); For myEnvelope, see Envelope. |
|
Method Name |
|||||||
|
Description |
Returns the projected geometry. Uses the input coordinate system from Geometry. | ||||||
|
Endpoint URL |
http://arcweb.esri.com/services/v2/Utility | ||||||
|
Input Parameters |
| ||||||
|
Valid Arguments |
| ||||||
|
Output Parameter |
| ||||||
|
Example (Java) |
IUtility myUtility = UtilityHelper.bind(); For myGeometry, see Geometry. | ||||||
|
Example (VB.NET) |
Dim myUtility As New Utility() For myGeometry, see Geometry. | ||||||
|
Example (C#.NET) |
Utility myUtility = new Utility(); For myGeometry, see Geometry. |
|
Method Name |
|||||||
|
Description |
Returns the projected point. Uses the input coordinate system from Point. | ||||||
|
Endpoint URL |
http://arcweb.esri.com/services/v2/Utility | ||||||
|
Input Parameters |
| ||||||
|
Valid Arguments |
| ||||||
|
Output Parameter |
| ||||||
|
Example (Java) |
IUtility myUtility = UtilityHelper.bind(); For myPoint, see Point. | ||||||
|
Example (VB.NET) |
Dim myUtility As New Utility() For myPoint, see Point. | ||||||
|
Example (C#.NET) |
Utility myUtility = new Utility(); For myPoint, see Point. |
Utility overview
Coordinate systems
SOAP samples
Object model