com.esri.arcgis.geodatabase
Interface INetworkDataset2

All Superinterfaces:
INetworkDataset, java.io.Serializable
All Known Implementing Classes:
INetworkDataset2Proxy, NetworkDataset

public interface INetworkDataset2
extends INetworkDataset, java.io.Serializable

COM Interface 'INetworkDataset2'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that query the schema of the network dataset.' 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 IIDd108c47b_2030_47c6_9b1a_269c73cdd1fb
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.INetworkDataset
IID5299f003_fca2_453d_ab8e_28b9ac6648b5
 
Method Summary
 IPolygon getDirtyArea(IPolygon location)
          The dirty area polygon of the network dataset.
 
Methods inherited from interface com.esri.arcgis.geodatabase.INetworkDataset
esri_getSource, getAttribute, getAttributeByID, getAttributeByName, getAttributeCount, getNetworkType, getSourceByID, getSourceByName, getSourceCount, getState, isBuildable, isSupportsTurns
 

Field Detail

IIDd108c47b_2030_47c6_9b1a_269c73cdd1fb

static final int IIDd108c47b_2030_47c6_9b1a_269c73cdd1fb
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getDirtyArea

IPolygon getDirtyArea(IPolygon location)
                      throws java.io.IOException,
                             AutomationException
The dirty area polygon of the network dataset.

Parameters:
location - A reference to a com.esri.arcgis.geometry.IPolygon (in)
Returns:
A reference to a com.esri.arcgis.geometry.IPolygon
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.