|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISchematicFeatureLinker
Provides access to members that control the schematic feature linker; that is, the association between features and graphic elements.
ISchematicFeatureLinkerEdit| Method Summary | |
|---|---|
IEnumFeature |
findFeaturesFromNgElement(INgElement ngElement)
Retrieves the set of features associated with the specified graphic element. |
IEnumSchematicMapLayerFeature |
findFeaturesInMapFromNgElement(INgElement ngElement,
IMap map)
Retrieves the set of features associated with the specified graphic element from the specified map. |
IEnumSchematicMapLayerFeature |
findFeaturesInMapFromNgElements(INgElements ngElements,
IMap map,
ITrackCancel cancelTracker)
Retrieves the set of features associated with the specified list of graphic elements from the specified map. |
INgElements |
findNgElementsFromFeature(IFeature feature)
Retrieves the set of graphic elements associated with the specified feature. |
INgElements |
findNgElementsInLayerFromFeature(IFeature feature,
ILayer layer)
Retrieves the set of graphic elements associated with the specified feature from the specified schematic layer. |
INgElements |
findNgElementsInLayerFromFeatures(IEnumFeature enumFeature,
ILayer layer,
ITrackCancel cancelTracker)
Retrieves the set of graphic elements associated with the specified set of features from the specified schematic layer. |
| Method Detail |
|---|
IEnumSchematicMapLayerFeature findFeaturesInMapFromNgElements(INgElements ngElements,
IMap map,
ITrackCancel cancelTracker)
throws IOException,
AutomationException
ngElements - A reference to a com.esri.arcgis.schematic.INgElements (in)map - A reference to a com.esri.arcgis.carto.IMap (in)cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicFeatureLinker.findFeaturesInMapFromNgElement(com.esri.arcgis.schematic.INgElement, com.esri.arcgis.carto.IMap)
INgElements findNgElementsInLayerFromFeatures(IEnumFeature enumFeature,
ILayer layer,
ITrackCancel cancelTracker)
throws IOException,
AutomationException
enumFeature - A reference to a com.esri.arcgis.geodatabase.IEnumFeature (in)layer - A reference to a com.esri.arcgis.carto.ILayer (in)cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicFeatureLinker.findNgElementsInLayerFromFeature(com.esri.arcgis.geodatabase.IFeature, com.esri.arcgis.carto.ILayer)
IEnumSchematicMapLayerFeature findFeaturesInMapFromNgElement(INgElement ngElement,
IMap map)
throws IOException,
AutomationException
ngElement - A reference to a com.esri.arcgis.schematic.INgElement (in)map - A reference to a com.esri.arcgis.carto.IMap (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicFeatureLinker.findFeaturesFromNgElement(com.esri.arcgis.schematic.INgElement)
INgElements findNgElementsInLayerFromFeature(IFeature feature,
ILayer layer)
throws IOException,
AutomationException
feature - A reference to a com.esri.arcgis.geodatabase.IFeature (in)layer - A reference to a com.esri.arcgis.carto.ILayer (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicFeatureLinker.findNgElementsInLayerFromFeatures(com.esri.arcgis.geodatabase.IEnumFeature, com.esri.arcgis.carto.ILayer, com.esri.arcgis.system.ITrackCancel)
IEnumFeature findFeaturesFromNgElement(INgElement ngElement)
throws IOException,
AutomationException
ngElement - A reference to a com.esri.arcgis.schematic.INgElement (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicFeatureLinker.findFeaturesInMapFromNgElement(com.esri.arcgis.schematic.INgElement, com.esri.arcgis.carto.IMap)
INgElements findNgElementsFromFeature(IFeature feature)
throws IOException,
AutomationException
feature - A reference to a com.esri.arcgis.geodatabase.IFeature (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicFeatureLinker.findNgElementsInLayerFromFeature(com.esri.arcgis.geodatabase.IFeature, com.esri.arcgis.carto.ILayer)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||