com.esri.arcgis.schematic
Class ISchematicFeatureLinkerProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.schematic.ISchematicFeatureLinkerProxy
All Implemented Interfaces:
ISchematicFeatureLinker, Externalizable, Serializable

public class ISchematicFeatureLinkerProxy
extends com.esri.arcgis.interop.Dispatch
implements ISchematicFeatureLinker, Serializable

Provides access to members that control the schematic feature linker; that is, the association between features and graphic elements.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
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

ISchematicFeatureLinkerProxy

public ISchematicFeatureLinkerProxy()

ISchematicFeatureLinkerProxy

public ISchematicFeatureLinkerProxy(Object obj)
                             throws IOException
Throws:
IOException

ISchematicFeatureLinkerProxy

protected ISchematicFeatureLinkerProxy(Object obj,
                                       String iid)
                                throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

findFeaturesInMapFromNgElements

public IEnumSchematicMapLayerFeature findFeaturesInMapFromNgElements(INgElements ngElements,
                                                                     IMap map,
                                                                     ITrackCancel cancelTracker)
                                                              throws IOException,
                                                                     AutomationException
Retrieves the set of features associated with the specified list of graphic elements from the specified map.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
findFeaturesInMapFromNgElements in interface ISchematicFeatureLinker
Parameters:
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)
Returns:
A reference to a com.esri.arcgis.schematic.IEnumSchematicMapLayerFeature
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
See Also:
ISchematicFeatureLinker.findFeaturesInMapFromNgElement(com.esri.arcgis.schematic.INgElement, com.esri.arcgis.carto.IMap)

findNgElementsInLayerFromFeatures

public INgElements findNgElementsInLayerFromFeatures(IEnumFeature enumFeature,
                                                     ILayer layer,
                                                     ITrackCancel cancelTracker)
                                              throws IOException,
                                                     AutomationException
Retrieves the set of graphic elements associated with the specified set of features from the specified schematic layer.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
findNgElementsInLayerFromFeatures in interface ISchematicFeatureLinker
Parameters:
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)
Returns:
A reference to a com.esri.arcgis.schematic.INgElements
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
See Also:
ISchematicFeatureLinker.findNgElementsInLayerFromFeature(com.esri.arcgis.geodatabase.IFeature, com.esri.arcgis.carto.ILayer)

findFeaturesInMapFromNgElement

public IEnumSchematicMapLayerFeature findFeaturesInMapFromNgElement(INgElement ngElement,
                                                                    IMap map)
                                                             throws IOException,
                                                                    AutomationException
Retrieves the set of features associated with the specified graphic element from the specified map.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
findFeaturesInMapFromNgElement in interface ISchematicFeatureLinker
Parameters:
ngElement - A reference to a com.esri.arcgis.schematic.INgElement (in)
map - A reference to a com.esri.arcgis.carto.IMap (in)
Returns:
A reference to a com.esri.arcgis.schematic.IEnumSchematicMapLayerFeature
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
See Also:
ISchematicFeatureLinker.findFeaturesFromNgElement(com.esri.arcgis.schematic.INgElement)

findNgElementsInLayerFromFeature

public INgElements findNgElementsInLayerFromFeature(IFeature feature,
                                                    ILayer layer)
                                             throws IOException,
                                                    AutomationException
Retrieves the set of graphic elements associated with the specified feature from the specified schematic layer.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
findNgElementsInLayerFromFeature in interface ISchematicFeatureLinker
Parameters:
feature - A reference to a com.esri.arcgis.geodatabase.IFeature (in)
layer - A reference to a com.esri.arcgis.carto.ILayer (in)
Returns:
A reference to a com.esri.arcgis.schematic.INgElements
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
See Also:
ISchematicFeatureLinker.findNgElementsInLayerFromFeatures(com.esri.arcgis.geodatabase.IEnumFeature, com.esri.arcgis.carto.ILayer, com.esri.arcgis.system.ITrackCancel)

findFeaturesFromNgElement

public IEnumFeature findFeaturesFromNgElement(INgElement ngElement)
                                       throws IOException,
                                              AutomationException
Retrieves the set of features associated with the specified graphic element.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
findFeaturesFromNgElement in interface ISchematicFeatureLinker
Parameters:
ngElement - A reference to a com.esri.arcgis.schematic.INgElement (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IEnumFeature
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
See Also:
ISchematicFeatureLinker.findFeaturesInMapFromNgElement(com.esri.arcgis.schematic.INgElement, com.esri.arcgis.carto.IMap)

findNgElementsFromFeature

public INgElements findNgElementsFromFeature(IFeature feature)
                                      throws IOException,
                                             AutomationException
Retrieves the set of graphic elements associated with the specified feature.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
findNgElementsFromFeature in interface ISchematicFeatureLinker
Parameters:
feature - A reference to a com.esri.arcgis.geodatabase.IFeature (in)
Returns:
A reference to a com.esri.arcgis.schematic.INgElements
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
See Also:
ISchematicFeatureLinker.findNgElementsInLayerFromFeature(com.esri.arcgis.geodatabase.IFeature, com.esri.arcgis.carto.ILayer)

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Overrides:
writeExternal in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Overrides:
readExternal in class com.esri.arcgis.interop.Dispatch
Throws:
IOException
ClassNotFoundException