com.esri.arcgis.geodatabase
Interface INetworkDataset2
- All Superinterfaces:
- INetworkDataset, Serializable
- All Known Implementing Classes:
- NetworkDataset
public interface INetworkDataset2
- extends INetworkDataset, Serializable
Provides access to members that query the schema of the network dataset.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
| Methods inherited from interface com.esri.arcgis.geodatabase.INetworkDataset |
esri_getSource, getAttribute, getAttributeByID, getAttributeByName, getAttributeCount, getNetworkType, getSourceByID, getSourceByName, getSourceCount, getState, isBuildable, isSupportsTurns |
getDirtyArea
IPolygon getDirtyArea(IPolygon location)
throws IOException,
AutomationException
- The dirty area polygon of the network dataset.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
location - A reference to a com.esri.arcgis.geometry.IPolygon (in)
- Returns:
- A reference to a com.esri.arcgis.geometry.IPolygon
- Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.