com.esri.arcgis.geometry
Interface IPartIDAware

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IPartIDAwareProxy

public interface IPartIDAware
extends java.io.Serializable

COM Interface 'IPartIDAware'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeometry.olb'

Description: 'Indicator interface that identifies geometries that can have part IDs.' 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 IID97fd6869_d4fe_11d3_9f50_00c04f6bdf0d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void dropPartIDs()
          Unsets all part ID values without changing awareness.
 boolean isPartIDAware()
          Indicates if this geometry is aware of part IDs.
 boolean isPartIDSimple()
          Indicates if all part ID values for this geometry are well-defined.
 void setPartIDAware(boolean idAware)
          Indicates if this geometry is aware of part IDs.
 

Field Detail

IID97fd6869_d4fe_11d3_9f50_00c04f6bdf0d

static final int IID97fd6869_d4fe_11d3_9f50_00c04f6bdf0d
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

isPartIDAware

boolean isPartIDAware()
                      throws java.io.IOException,
                             AutomationException
Indicates if this geometry is aware of part IDs.

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

setPartIDAware

void setPartIDAware(boolean idAware)
                    throws java.io.IOException,
                           AutomationException
Indicates if this geometry is aware of part IDs.

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

isPartIDSimple

boolean isPartIDSimple()
                       throws java.io.IOException,
                              AutomationException
Indicates if all part ID values for this geometry are well-defined. Only works if geometry is aware of part IDs.

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

dropPartIDs

void dropPartIDs()
                 throws java.io.IOException,
                        AutomationException
Unsets all part ID values without changing awareness. Only works if geometry is aware of part IDs.

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