com.esri.arcgis.geoprocessing
Interface IGPPoint2

All Superinterfaces:
Serializable
All Known Implementing Classes:
GPPoint

public interface IGPPoint2
extends Serializable

Provides access to the properties/methods of a geoprocessing point object.

Description

This interface is new at ArcGIS 9.3.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IPoint getPoint()
          The actual the point object.
 void setPointByRef(IPoint point)
          The actual the point object.
 

Method Detail

getPoint

IPoint getPoint()
                throws IOException,
                       AutomationException
The actual the point object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A reference to a com.esri.arcgis.geometry.IPoint
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPointByRef

void setPointByRef(IPoint point)
                   throws IOException,
                          AutomationException
The actual the point object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
point - A reference to a com.esri.arcgis.geometry.IPoint (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.