public interface IUtilityNetworkQuery2 extends IUtilityNetworkQuery, java.io.Serializable
Description: 'Provides access to members that query the elements of the utility network with 64-bit object 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID968c4639_af25_4b67_8ab1_84bc322c1b11 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID7342c13e_0f9b_44d6_a210_1eec7295b4cd
Modifier and Type | Method and Description |
---|---|
void |
getSourceFeatureOID64(int elementType,
long eID,
int[] sourceID,
long[] objectID)
Performs a network source feature query for 64-bit OID by element ID.
|
getAllEIDs, getAttributeByName, getAttributeValueByName, getAttributeValueByUsageType, getDirtyFeaturesOrObjects, getElements, getElementsForSet, getFlowDirections, getGeometry, getSourceFeatureGlobalID, getSourceFeatureOID, isHasDirtyElement, isSourceElementDirty, isSpatial, isValidEID, queryAdjacentEdgesJunctions, queryAdjacentEdgesJunctionsWithWeights, queryFromToJunctions, queryGeometries, queryJunctionConnectivityStatus
static final int IID968c4639_af25_4b67_8ab1_84bc322c1b11
static final int xxDummy
static final java.lang.String IID
void getSourceFeatureOID64(int elementType, long eID, int[] sourceID, long[] objectID) throws java.io.IOException, AutomationException
elementType
- A com.esri.arcgis.geodatabase.esriElementType constant (in)eID
- Signed 64-bit int (in)sourceID
- The sourceID (out: use single element array)objectID
- Signed 64-bit int (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.