com.esri.arcgis.geoprocessing
Interface IGpPointObject2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GpPointObject, IGpPointObject2Proxy

public interface IGpPointObject2
extends java.io.Serializable

COM Interface 'IGpPointObject2'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Description: 'Provides access to the Dispatch Point Object.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID91efa0f3_f7b2_42bf_9349_f80572c448a1
           
static int xxDummy
          Deprecated. Internal use only
 
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?
 

Field Detail

IID91efa0f3_f7b2_42bf_9349_f80572c448a1

static final int IID91efa0f3_f7b2_42bf_9349_f80572c448a1
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isHasM

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

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

setHasM

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

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

isHasZ

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

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

setHasZ

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

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