public interface IBaseNetwork
extends java.io.Serializable
Description: 'Provides access to members that specify the properties of a base 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 |
IIDc34c6ee5_a130_48e7_8b1a_11d20bab23d9 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IUtilityNetworkQuery |
createQuery()
Creates query object.
|
ITracer |
createTracer()
Creates tracer.
|
ITable |
getAssociationsTable()
Returns the associations table.
|
IDataset |
getDiagramDataset()
Returns the diagram dataset of the utility network.
|
ITable |
getDirtyAreaTable()
Returns the dirty area table.
|
void |
getScaleDelta(double[] scaleDelta)
Returns the scale delta.
|
void |
getSearchTolerance(IPoint point,
double[] tolerance)
Returns the search tolerance.
|
static final int IIDc34c6ee5_a130_48e7_8b1a_11d20bab23d9
static final int xxDummy
static final java.lang.String IID
ITable getAssociationsTable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ITable getDirtyAreaTable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getScaleDelta(double[] scaleDelta) throws java.io.IOException, AutomationException
scaleDelta
- The scaleDelta (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getSearchTolerance(IPoint point, double[] tolerance) throws java.io.IOException, AutomationException
point
- A reference to a com.esri.arcgis.geometry.IPoint (in)tolerance
- The tolerance (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IUtilityNetworkQuery createQuery() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ITracer createTracer() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IDataset getDiagramDataset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.