public interface IBaseNetworkLocation
extends java.io.Serializable
Description: 'Provides access to the locations family resource for networks.' 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 |
IIDc0477ebe_2561_45cf_a86b_2aba513ed924 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
void |
queryLocations(IIndexedGUIDSets objectsToSynthesize,
boolean isSynthesizingGeometry,
int maxGeometryCount,
ISpatialReference outputSpatialReference,
boolean processConnectivity,
boolean processContainment,
boolean processAttachment,
boolean[] hasExceededMaxGeometryCount,
ILongArray[] sourceIDs,
IStringArray[] globalIDs,
ILongArray[] isLocatableList,
IArray[] geometryBagList,
IArray[] associationList)
Delete subnetwork controllers by globalIDs.
|
static final int IIDc0477ebe_2561_45cf_a86b_2aba513ed924
static final int xxDummy
static final java.lang.String IID
void queryLocations(IIndexedGUIDSets objectsToSynthesize, boolean isSynthesizingGeometry, int maxGeometryCount, ISpatialReference outputSpatialReference, boolean processConnectivity, boolean processContainment, boolean processAttachment, boolean[] hasExceededMaxGeometryCount, ILongArray[] sourceIDs, IStringArray[] globalIDs, ILongArray[] isLocatableList, IArray[] geometryBagList, IArray[] associationList) throws java.io.IOException, AutomationException
objectsToSynthesize - A reference to a com.esri.arcgis.geodatabase.IIndexedGUIDSets (in)isSynthesizingGeometry - The isSynthesizingGeometry (in)maxGeometryCount - The maxGeometryCount (in)outputSpatialReference - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)processConnectivity - The processConnectivity (in)processContainment - The processContainment (in)processAttachment - The processAttachment (in)hasExceededMaxGeometryCount - The hasExceededMaxGeometryCount (out: use single element array)sourceIDs - A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)globalIDs - A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)isLocatableList - A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)geometryBagList - A reference to a com.esri.arcgis.system.IArray (out: use single element array)associationList - 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.