public class IUtilityNetworkQueryProxy extends com.esri.arcgis.interop.Dispatch implements IUtilityNetworkQuery, java.io.Serializable
Description: 'Provides access to members that query the elements of the utility 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 |
---|---|
boolean |
noncastable |
static java.lang.Class |
targetClass |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IID7342c13e_0f9b_44d6_a210_1eec7295b4cd
Modifier | Constructor and Description |
---|---|
|
IUtilityNetworkQueryProxy()
For internal use only
|
|
IUtilityNetworkQueryProxy(java.lang.Object obj) |
protected |
IUtilityNetworkQueryProxy(java.lang.Object obj,
java.lang.String iid) |
|
IUtilityNetworkQueryProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
protected |
IUtilityNetworkQueryProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
void |
getAllEIDs(long[][] eIDs,
int[][] elementTypes)
Returns all network index EIDs.
|
IUtilityNetworkAttribute |
getAttributeByName(java.lang.String name)
Returns the network attribute with the given name.
|
java.lang.Object |
getAttributeValueByName(int elementType,
long eID,
java.lang.String attributeName)
Returns the value of this network element for the given network attribute name.
|
java.lang.Object |
getAttributeValueByUsageType(int elementType,
long eID,
int usageType)
Returns the value of this network element for the given network attribute usage type.
|
void |
getDirtyFeaturesOrObjects(ILongLongArray junctionEIDs,
ILongLongArray edgeEIDs,
ILongArray[] dirtyNetworkSourceIDs,
IStringArray[] dirtyGlobalIDs)
Return the corresponding network source ID and global ID information for any of the given set of junction and edge elements that are dirty based on matching global IDs in the dirty area table or relevant status bits set in the associations table.
|
void |
getElements(GUID globalID,
java.lang.Object[] eIDs,
java.lang.Object[] elementTypes)
Returns the elements in the utility network corresponding to the given source objects.
|
void |
getElementsForSet(java.lang.String[] globalIDs,
java.lang.Object[] eIDs,
java.lang.Object[] elementTypes)
Returns the elements in the utility network corresponding to the given source objects.
|
void |
getFlowDirections(IEnvelope extent,
int maxFlowDirectionCount,
IArray[] arrows)
Returns the flow directions.
|
IGeometry |
getGeometry(int elementType,
long eID)
Returns the geometry in the utility network corresponding to the given element ID.
|
void |
getSourceFeatureGlobalID(int elementType,
long eID,
int[] sourceID,
GUID[] globalID)
Performs a network source feature query for globalID by element ID.
|
void |
getSourceFeatureOID(int elementType,
long eID,
int[] sourceID,
int[] objectID)
Performs a network source feature query for OID by element ID.
|
boolean |
isHasDirtyElement(long[] junctionEIDs,
long[] edgeEIDs)
Returns whether any of the given set of junction and edge elements correspond to a feature in the dirty area table.
|
boolean |
isSourceElementDirty(int elementType,
long eID)
Returns whether the feature that the source element represents is dirty.
|
boolean |
isSpatial(int networkSourceID)
Returns whether the network source corresponding to the given network source ID is spatial.
|
boolean |
isValidEID(int elementType,
long eID)
Returns whether the specified element is part of the network.
|
void |
queryAdjacentEdgesJunctions(long junctionEID,
java.lang.Object[] adjacentEdges,
java.lang.Object[] adjacentJunctions)
Performs a network edge element query by element ID and edge direction and populates the given edge element object.
|
void |
queryAdjacentEdgesJunctionsWithWeights(long junctionEID,
boolean traversabilityBased,
java.lang.Object[] adjacentEdges,
java.lang.Object[] adjacentJunctions,
ILongLongArray[] currentJunctionWeightIDs,
IVariantArray[] currentJunctionWeightValues,
int[] junctionConnectivityStatus,
IArray[] edgeWeightIDs,
IArray[] edgeWeightValues)
Performs a network edge element query by element ID and edge direction and populates the given edge element object.
|
void |
queryFromToJunctions(long edgeEID,
long[] fromJunctionEID,
long[] toJunctionEID)
Queries the two end junction element IDs by edge element ID.
|
IArray |
queryGeometries(int elementType,
ILongLongArray eIDs,
IDoubleArray overridePositionFroms,
IDoubleArray overridePositionTos)
Query geometries for the given network elements.
|
void |
queryJunctionConnectivityStatus(long junctionEID,
int[] junctionConnectivityStatus)
Returns the junction connectivity status.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Removes a Java object as a listener to events generated by a COM object.
|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
public static final java.lang.Class targetClass
public boolean noncastable
public IUtilityNetworkQueryProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IUtilityNetworkQueryProxy()
public IUtilityNetworkQueryProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IUtilityNetworkQueryProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IUtilityNetworkQueryProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public void getElements(GUID globalID, java.lang.Object[] eIDs, java.lang.Object[] elementTypes) throws java.io.IOException, AutomationException
getElements
in interface IUtilityNetworkQuery
globalID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)eIDs
- A Variant (out: use single element array)elementTypes
- A Variant (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IGeometry getGeometry(int elementType, long eID) throws java.io.IOException, AutomationException
getGeometry
in interface IUtilityNetworkQuery
elementType
- A com.esri.arcgis.geodatabase.esriElementType constant (in)eID
- Signed 64-bit int (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isValidEID(int elementType, long eID) throws java.io.IOException, AutomationException
isValidEID
in interface IUtilityNetworkQuery
elementType
- A com.esri.arcgis.geodatabase.esriElementType constant (in)eID
- Signed 64-bit int (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void getSourceFeatureGlobalID(int elementType, long eID, int[] sourceID, GUID[] globalID) throws java.io.IOException, AutomationException
getSourceFeatureGlobalID
in interface IUtilityNetworkQuery
elementType
- A com.esri.arcgis.geodatabase.esriElementType constant (in)eID
- Signed 64-bit int (in)sourceID
- The sourceID (out: use single element array)globalID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void getSourceFeatureOID(int elementType, long eID, int[] sourceID, int[] objectID) throws java.io.IOException, AutomationException
getSourceFeatureOID
in interface IUtilityNetworkQuery
elementType
- A com.esri.arcgis.geodatabase.esriElementType constant (in)eID
- Signed 64-bit int (in)sourceID
- The sourceID (out: use single element array)objectID
- The objectID (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void queryFromToJunctions(long edgeEID, long[] fromJunctionEID, long[] toJunctionEID) throws java.io.IOException, AutomationException
queryFromToJunctions
in interface IUtilityNetworkQuery
edgeEID
- Signed 64-bit int (in)fromJunctionEID
- Signed 64-bit int (out: use single element array)toJunctionEID
- 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.public java.lang.Object getAttributeValueByName(int elementType, long eID, java.lang.String attributeName) throws java.io.IOException, AutomationException
getAttributeValueByName
in interface IUtilityNetworkQuery
elementType
- A com.esri.arcgis.geodatabase.esriElementType constant (in)eID
- Signed 64-bit int (in)attributeName
- The attributeName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getAttributeValueByUsageType(int elementType, long eID, int usageType) throws java.io.IOException, AutomationException
getAttributeValueByUsageType
in interface IUtilityNetworkQuery
elementType
- A com.esri.arcgis.geodatabase.esriElementType constant (in)eID
- Signed 64-bit int (in)usageType
- A com.esri.arcgis.geodatabase.esriUtilityNetworkAttributeUsageType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IUtilityNetworkAttribute getAttributeByName(java.lang.String name) throws java.io.IOException, AutomationException
getAttributeByName
in interface IUtilityNetworkQuery
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void queryAdjacentEdgesJunctions(long junctionEID, java.lang.Object[] adjacentEdges, java.lang.Object[] adjacentJunctions) throws java.io.IOException, AutomationException
queryAdjacentEdgesJunctions
in interface IUtilityNetworkQuery
junctionEID
- Signed 64-bit int (in)adjacentEdges
- A Variant (out: use single element array)adjacentJunctions
- A Variant (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void getElementsForSet(java.lang.String[] globalIDs, java.lang.Object[] eIDs, java.lang.Object[] elementTypes) throws java.io.IOException, AutomationException
getElementsForSet
in interface IUtilityNetworkQuery
globalIDs
- The globalIDs (in)eIDs
- A Variant (out: use single element array)elementTypes
- A Variant (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isSourceElementDirty(int elementType, long eID) throws java.io.IOException, AutomationException
isSourceElementDirty
in interface IUtilityNetworkQuery
elementType
- A com.esri.arcgis.geodatabase.esriElementType constant (in)eID
- Signed 64-bit int (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void getAllEIDs(long[][] eIDs, int[][] elementTypes) throws java.io.IOException, AutomationException
getAllEIDs
in interface IUtilityNetworkQuery
eIDs
- Signed 64-bit int (out: use single element array)elementTypes
- The elementTypes (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isHasDirtyElement(long[] junctionEIDs, long[] edgeEIDs) throws java.io.IOException, AutomationException
isHasDirtyElement
in interface IUtilityNetworkQuery
junctionEIDs
- Signed 64-bit int (in)edgeEIDs
- Signed 64-bit int (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void getDirtyFeaturesOrObjects(ILongLongArray junctionEIDs, ILongLongArray edgeEIDs, ILongArray[] dirtyNetworkSourceIDs, IStringArray[] dirtyGlobalIDs) throws java.io.IOException, AutomationException
getDirtyFeaturesOrObjects
in interface IUtilityNetworkQuery
junctionEIDs
- A reference to a com.esri.arcgis.system.ILongLongArray (in)edgeEIDs
- A reference to a com.esri.arcgis.system.ILongLongArray (in)dirtyNetworkSourceIDs
- A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)dirtyGlobalIDs
- 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.public void queryAdjacentEdgesJunctionsWithWeights(long junctionEID, boolean traversabilityBased, java.lang.Object[] adjacentEdges, java.lang.Object[] adjacentJunctions, ILongLongArray[] currentJunctionWeightIDs, IVariantArray[] currentJunctionWeightValues, int[] junctionConnectivityStatus, IArray[] edgeWeightIDs, IArray[] edgeWeightValues) throws java.io.IOException, AutomationException
queryAdjacentEdgesJunctionsWithWeights
in interface IUtilityNetworkQuery
junctionEID
- Signed 64-bit int (in)traversabilityBased
- The traversabilityBased (in)adjacentEdges
- A Variant (out: use single element array)adjacentJunctions
- A Variant (out: use single element array)currentJunctionWeightIDs
- A reference to a com.esri.arcgis.system.ILongLongArray (out: use single element array)currentJunctionWeightValues
- A reference to a com.esri.arcgis.system.IVariantArray (out: use single element array)junctionConnectivityStatus
- A com.esri.arcgis.geodatabase.esriJunctionConnectivityStatus constant (out: use single element array)edgeWeightIDs
- A reference to a com.esri.arcgis.system.IArray (out: use single element array)edgeWeightValues
- A reference to a com.esri.arcgis.system.IArray (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void queryJunctionConnectivityStatus(long junctionEID, int[] junctionConnectivityStatus) throws java.io.IOException, AutomationException
queryJunctionConnectivityStatus
in interface IUtilityNetworkQuery
junctionEID
- Signed 64-bit int (in)junctionConnectivityStatus
- A com.esri.arcgis.geodatabase.esriJunctionConnectivityStatus constant (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void getFlowDirections(IEnvelope extent, int maxFlowDirectionCount, IArray[] arrows) throws java.io.IOException, AutomationException
getFlowDirections
in interface IUtilityNetworkQuery
extent
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)maxFlowDirectionCount
- The maxFlowDirectionCount (in)arrows
- A reference to a com.esri.arcgis.system.IArray (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isSpatial(int networkSourceID) throws java.io.IOException, AutomationException
isSpatial
in interface IUtilityNetworkQuery
networkSourceID
- The networkSourceID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IArray queryGeometries(int elementType, ILongLongArray eIDs, IDoubleArray overridePositionFroms, IDoubleArray overridePositionTos) throws java.io.IOException, AutomationException
queryGeometries
in interface IUtilityNetworkQuery
elementType
- A com.esri.arcgis.geodatabase.esriElementType constant (in)eIDs
- A reference to a com.esri.arcgis.system.ILongLongArray (in)overridePositionFroms
- A reference to a com.esri.arcgis.system.IDoubleArray (in)overridePositionTos
- A reference to a com.esri.arcgis.system.IDoubleArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.