com.esri.arcgis.geoprocessing
Interface IGpPointObject2

All Superinterfaces:
Serializable
All Known Implementing Classes:
GpPointObject

public interface IGpPointObject2
extends Serializable

Provides access to the Dispatch Point Object.

Product Availability

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


Method Summary
 boolean isHasM()
          Does the point have M?
 boolean isHasZ()
          Does the point have Z?
 void setHasM(boolean hasM)
          Does the point have M?
 void setHasZ(boolean hasZ)
          Does the point have Z?
 

Method Detail

isHasM

boolean isHasM()
               throws IOException,
                      AutomationException
Does the point have M?

Product Availability

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

Returns:
The hasM
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHasM

void setHasM(boolean hasM)
             throws IOException,
                    AutomationException
Does the point have M?

Product Availability

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

Parameters:
hasM - The hasM (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isHasZ

boolean isHasZ()
               throws IOException,
                      AutomationException
Does the point have Z?

Product Availability

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

Returns:
The hasZ
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHasZ

void setHasZ(boolean hasZ)
             throws IOException,
                    AutomationException
Does the point have Z?

Product Availability

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

Parameters:
hasZ - The hasZ (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.