com.esri.arcgis.arcweb
Interface IArcWebUtility
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- ArcWebUtility
public interface IArcWebUtility
- extends Serializable
Provides access to projecting a geometry.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
projectGeometry
IGeometry projectGeometry(IGeometry pGeometry,
ISpatialReference pSpatialReference,
ITrackCancel cancelTracker)
throws IOException,
AutomationException
- Projects a geometry of type point, polyline, polygon or envelope.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
pGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)pSpatialReference - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in)
- Returns:
- A reference to a com.esri.arcgis.geometry.IGeometry
- Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.