com.esri.arcgis.schematic
Interface ISchematicFeatureLinker

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISchematicFeatureLinkerProxy, SchematicLinker

public interface ISchematicFeatureLinker
extends java.io.Serializable

COM Interface 'ISchematicFeatureLinker'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSchematic.olb'

Description: 'Provides access to members that control the schematic feature linker; that is, the association between objects and schematic features.' 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 IID680f3173_f06c_40f7_ba4a_a26d4cb20616
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IEnumObject findObjectsFromSchematicFeature(ISchematicFeature feature)
          Retrieves the set of objects associated with the specified schematic feature.
 IEnumSchematicFeature findSchematicFeaturesInLayerFromObjects(IEnumObject enumObject, ILayer layer, ITrackCancel cancelTracker)
          Retrieves the set of schematic features associated with the specified objects.
 

Field Detail

IID680f3173_f06c_40f7_ba4a_a26d4cb20616

static final int IID680f3173_f06c_40f7_ba4a_a26d4cb20616
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

findObjectsFromSchematicFeature

IEnumObject findObjectsFromSchematicFeature(ISchematicFeature feature)
                                            throws java.io.IOException,
                                                   AutomationException
Retrieves the set of objects associated with the specified schematic feature.

Parameters:
feature - A reference to a com.esri.arcgis.schematic.ISchematicFeature (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IEnumObject
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

findSchematicFeaturesInLayerFromObjects

IEnumSchematicFeature findSchematicFeaturesInLayerFromObjects(IEnumObject enumObject,
                                                              ILayer layer,
                                                              ITrackCancel cancelTracker)
                                                              throws java.io.IOException,
                                                                     AutomationException
Retrieves the set of schematic features associated with the specified objects.

Parameters:
enumObject - A reference to a com.esri.arcgis.geodatabase.IEnumObject (in)
layer - A reference to a com.esri.arcgis.carto.ILayer (in)
cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in, optional, pass 0 if not required)
Returns:
A reference to a com.esri.arcgis.schematic.IEnumSchematicFeature
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.