public interface IUtilityNetworkEquipmentIdentifiers
extends java.io.Serializable
Description: 'Manages equipment identifiers in a telecom domain network.' 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 =
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDa609e41f_e347_48f5_b3ad_12f4a9b4e46e |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
void |
combine(int sourceID,
IGUIDSet globalIDs,
GUID[] combinedGlobalID,
IGUIDSet[] deletedGlobalIDs)
Combine objects to a grouped object.
|
void |
divide(int sourceID,
GUID globalID,
ILongArray numUnitsToDivide,
IStringArray[] dividedGlobalIDs,
IStringArray[] connectedEdgeGlobalIDs)
Divide a grouped object by the number of units.
|
void |
queryUnitIdentifiable(int unitContainerSourceId,
GUID unitContainerGlobalId,
ILongArray[] gapStartUnitIds,
ILongArray[] gapEndUnitIds,
ILongArray[] outSourceIds,
IStringArray[] outUnitIdentiferGlobalIds,
ILongArray[] outFirstUnit,
ILongArray[] outLastUnit)
Returns the unitIdentifers from the unit container as well as the gaps in the unit space of an equipment hierarchy.
|
void |
reserveUnitID(int unitContainerSourceId,
GUID unitContainerGlobalId,
short reservationFirstUnit,
short reservationLastUnits)
Reserve unit space within an unit container hierarchy.
|
void |
resetUnitID(int unitContainerSourceId,
GUID unitContainerGlobalId)
Resets the unit space to be contiguous within an equipment hierarchy.
|
void |
resizeUnitID(int objectSourceId,
GUID objectGlobalId,
short resizedLastUnits)
Change the number of units owned by a unit identifiable object.
|
static final int IIDa609e41f_e347_48f5_b3ad_12f4a9b4e46e
static final int xxDummy
static final java.lang.String IID
void queryUnitIdentifiable(int unitContainerSourceId,
GUID unitContainerGlobalId,
ILongArray[] gapStartUnitIds,
ILongArray[] gapEndUnitIds,
ILongArray[] outSourceIds,
IStringArray[] outUnitIdentiferGlobalIds,
ILongArray[] outFirstUnit,
ILongArray[] outLastUnit)
throws java.io.IOException,
AutomationException
unitContainerSourceId - The unitContainerSourceId (in)unitContainerGlobalId - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)gapStartUnitIds - A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)gapEndUnitIds - A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)outSourceIds - A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)outUnitIdentiferGlobalIds - A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)outFirstUnit - A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)outLastUnit - A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void reserveUnitID(int unitContainerSourceId,
GUID unitContainerGlobalId,
short reservationFirstUnit,
short reservationLastUnits)
throws java.io.IOException,
AutomationException
unitContainerSourceId - The unitContainerSourceId (in)unitContainerGlobalId - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)reservationFirstUnit - The reservationFirstUnit (in)reservationLastUnits - The reservationLastUnits (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void resizeUnitID(int objectSourceId,
GUID objectGlobalId,
short resizedLastUnits)
throws java.io.IOException,
AutomationException
objectSourceId - The objectSourceId (in)objectGlobalId - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)resizedLastUnits - The resizedLastUnits (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void resetUnitID(int unitContainerSourceId,
GUID unitContainerGlobalId)
throws java.io.IOException,
AutomationException
unitContainerSourceId - The unitContainerSourceId (in)unitContainerGlobalId - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void divide(int sourceID,
GUID globalID,
ILongArray numUnitsToDivide,
IStringArray[] dividedGlobalIDs,
IStringArray[] connectedEdgeGlobalIDs)
throws java.io.IOException,
AutomationException
sourceID - The sourceID (in)globalID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)numUnitsToDivide - A reference to a com.esri.arcgis.system.ILongArray (in)dividedGlobalIDs - A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)connectedEdgeGlobalIDs - A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void combine(int sourceID,
IGUIDSet globalIDs,
GUID[] combinedGlobalID,
IGUIDSet[] deletedGlobalIDs)
throws java.io.IOException,
AutomationException
sourceID - The sourceID (in)globalIDs - A reference to a com.esri.arcgis.geodatabase.IGUIDSet (in)combinedGlobalID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)deletedGlobalIDs - A reference to a com.esri.arcgis.geodatabase.IGUIDSet (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.