|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INetworkBuild
COM Interface 'INetworkBuild'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description: 'Provides access to members for changing the schema of a network dataset and building it.' 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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID99ca1a8e_0301_4089_b939_1634e45f14a3
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
void |
addAttribute(INetworkAttribute attribute)
Adds the given attribute to the schema of the network dataset. |
void |
addSource(INetworkSource source)
Adds the given source to the schema of the network dataset. |
IEnvelope |
buildNetwork(IEnvelope areaToBuild)
Builds the network dataset for the given extent. |
void |
deleteAttribute(INetworkAttribute attribute)
Deletes the given attribute from the network dataset. |
void |
deleteSource(INetworkSource source)
Deletes the given source from the network dataset. |
void |
updateSchema(IDENetworkDataset dataElement)
Updates the schema for the network dataset based upon the given data element. |
| Field Detail |
|---|
static final int IID99ca1a8e_0301_4089_b939_1634e45f14a3
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void addAttribute(INetworkAttribute attribute)
throws java.io.IOException,
AutomationException
attribute - A reference to a com.esri.arcgis.geodatabase.INetworkAttribute (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addSource(INetworkSource source)
throws java.io.IOException,
AutomationException
source - A reference to a com.esri.arcgis.geodatabase.INetworkSource (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void deleteAttribute(INetworkAttribute attribute)
throws java.io.IOException,
AutomationException
attribute - A reference to a com.esri.arcgis.geodatabase.INetworkAttribute (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void deleteSource(INetworkSource source)
throws java.io.IOException,
AutomationException
source - A reference to a com.esri.arcgis.geodatabase.INetworkSource (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void updateSchema(IDENetworkDataset dataElement)
throws java.io.IOException,
AutomationException
dataElement - A reference to a com.esri.arcgis.geodatabase.IDENetworkDataset (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnvelope buildNetwork(IEnvelope areaToBuild)
throws java.io.IOException,
AutomationException
areaToBuild - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||