|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.schematic.ISchematicFeatureLinkerProxy
public class ISchematicFeatureLinkerProxy
Provides access to members that control the schematic feature linker; that is, the association between features and graphic elements.
ISchematicFeatureLinkerEdit,
Serialized Form| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, E |
| Constructor Summary | |
|---|---|
|
ISchematicFeatureLinkerProxy()
|
|
ISchematicFeatureLinkerProxy(Object obj)
|
protected |
ISchematicFeatureLinkerProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
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. |
void |
readExternal(ObjectInput in)
|
void |
removeListener(String iidStr,
Object theListener)
|
void |
writeExternal(ObjectOutput out)
|
| Methods inherited from class com.esri.arcgis.interop.Dispatch |
|---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, queryInterface, release, setNativeMode, setPropertyByName, toString, vtblInvoke |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ISchematicFeatureLinkerProxy()
public ISchematicFeatureLinkerProxy(Object obj)
throws IOException
IOException
protected ISchematicFeatureLinkerProxy(Object obj,
String iid)
throws IOException
IOException| Method Detail |
|---|
public void addListener(String iidStr,
Object theListener,
Object theSource)
throws IOException
addListener in class com.esri.arcgis.interop.DispatchIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class com.esri.arcgis.interop.DispatchIOException
public IEnumSchematicMapLayerFeature findFeaturesInMapFromNgElements(INgElements ngElements,
IMap map,
ITrackCancel cancelTracker)
throws IOException,
AutomationException
findFeaturesInMapFromNgElements in interface ISchematicFeatureLinkerngElements - 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)
public INgElements findNgElementsInLayerFromFeatures(IEnumFeature enumFeature,
ILayer layer,
ITrackCancel cancelTracker)
throws IOException,
AutomationException
findNgElementsInLayerFromFeatures in interface ISchematicFeatureLinkerenumFeature - 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)
public IEnumSchematicMapLayerFeature findFeaturesInMapFromNgElement(INgElement ngElement,
IMap map)
throws IOException,
AutomationException
findFeaturesInMapFromNgElement in interface ISchematicFeatureLinkerngElement - 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)
public INgElements findNgElementsInLayerFromFeature(IFeature feature,
ILayer layer)
throws IOException,
AutomationException
findNgElementsInLayerFromFeature in interface ISchematicFeatureLinkerfeature - 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)
public IEnumFeature findFeaturesFromNgElement(INgElement ngElement)
throws IOException,
AutomationException
findFeaturesFromNgElement in interface ISchematicFeatureLinkerngElement - 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)
public INgElements findNgElementsFromFeature(IFeature feature)
throws IOException,
AutomationException
findNgElementsFromFeature in interface ISchematicFeatureLinkerfeature - 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)
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizablewriteExternal in class com.esri.arcgis.interop.DispatchIOException
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class com.esri.arcgis.interop.DispatchIOException
ClassNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||