public interface IDEBaseNetwork
extends java.io.Serializable
Description: 'Provides access to members that supply base network data element information.' 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 |
IID7ca3483d_1e24_48f3_8b01_b5174b75d3f1 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
INetworkSource |
getAssociationSource()
Returns the association source in this base network.
|
java.lang.String |
getAssociationsTableName()
Returns the associations table name for the network.
|
java.lang.Object |
getCreationTime()
Returns the creation time.
|
java.lang.String |
getDirtyAreaTableName()
Returns the dirty areas table name for the network.
|
GUID |
getGlobalID()
Returns the global ID.
|
java.lang.String |
getLineErrorsTableName()
Returns the line errors table name for the network.
|
double |
getMinimalDirtyAreaSize()
Returns the minimal dirty area size.
|
java.lang.String |
getPointErrorsTableName()
Returns the point errors table name for the network.
|
java.lang.String |
getPolygonErrorsTableName()
Returns the polygon errors table name for the network.
|
IPropertySet |
getProperties()
Returns the property set of this base network.
|
java.lang.String |
getProVersion()
Returns the Pro version.
|
int |
getSchemaGeneration()
Returns the schema generation.
|
INetworkSource |
getSourceByLayerID(int layerID)
Returns the source by layer ID.
|
INetworkSource |
getSourceByName(java.lang.String name)
Returns the source by name.
|
INetworkSource |
getSystemJunctionSource()
Returns the system junction source in this base network.
|
java.lang.String |
getSystemJunctionsTableName()
Returns the system junctions table name for the network.
|
java.lang.String |
getTraceConfigurationsTableName()
Returns the trace configuration table name.
|
java.lang.String |
getUserIdentity()
Returns the user identity.
|
boolean |
isCreateDirtyAreaForAnyAttributeUpdate()
Creates dirty area for any attribute update.
|
void |
setPropertiesByRef(IPropertySet datasetProperties)
Returns the property set of this base network.
|
static final int IID7ca3483d_1e24_48f3_8b01_b5174b75d3f1
static final int xxDummy
static final java.lang.String IID
IPropertySet getProperties() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPropertiesByRef(IPropertySet datasetProperties) throws java.io.IOException, AutomationException
datasetProperties
- A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getProVersion() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getMinimalDirtyAreaSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isCreateDirtyAreaForAnyAttributeUpdate() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.GUID getGlobalID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getUserIdentity() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.INetworkSource getAssociationSource() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.INetworkSource getSystemJunctionSource() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object getCreationTime() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getSchemaGeneration() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.INetworkSource getSourceByName(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.INetworkSource getSourceByLayerID(int layerID) throws java.io.IOException, AutomationException
layerID
- The layerID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getAssociationsTableName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getSystemJunctionsTableName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getDirtyAreaTableName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getPointErrorsTableName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getLineErrorsTableName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getPolygonErrorsTableName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getTraceConfigurationsTableName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.