com.esri.arcgis.schematic
Interface ISchematicRelationManager

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISchematicRelationManagerProxy, SchematicBarycenterManager, SchematicContainerManager

public interface ISchematicRelationManager
extends java.io.Serializable

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

Description: 'Provides access to members that control the schematic relation manager.' 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 IID4bf473ff_cc09_4c55_8e7e_57fba27507ad
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IGeometry getParentGeometry(ISchematicRelationController controller, IDisplay display, ILayer layer, ISchematicInMemoryFeature inMemoryParent)
          Geometry of the specified schematic parent.
 void moveParent(ISchematicRelationController controller, IDisplay display, ILayer layer, ISchematicInMemoryFeature inMemoryParent, IEnumSchematicInMemoryFeature inMemoryFeatures, ILine shift)
          Moves the specified parent schematic feature.
 

Field Detail

IID4bf473ff_cc09_4c55_8e7e_57fba27507ad

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

moveParent

void moveParent(ISchematicRelationController controller,
                IDisplay display,
                ILayer layer,
                ISchematicInMemoryFeature inMemoryParent,
                IEnumSchematicInMemoryFeature inMemoryFeatures,
                ILine shift)
                throws java.io.IOException,
                       AutomationException
Moves the specified parent schematic feature.

Parameters:
controller - A reference to a com.esri.arcgis.schematic.ISchematicRelationController (in)
display - A reference to a com.esri.arcgis.display.IDisplay (in)
layer - A reference to a com.esri.arcgis.carto.ILayer (in)
inMemoryParent - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeature (in)
inMemoryFeatures - A reference to a com.esri.arcgis.schematic.IEnumSchematicInMemoryFeature (in)
shift - A reference to a com.esri.arcgis.geometry.ILine (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getParentGeometry

IGeometry getParentGeometry(ISchematicRelationController controller,
                            IDisplay display,
                            ILayer layer,
                            ISchematicInMemoryFeature inMemoryParent)
                            throws java.io.IOException,
                                   AutomationException
Geometry of the specified schematic parent.

Parameters:
controller - A reference to a com.esri.arcgis.schematic.ISchematicRelationController (in)
display - A reference to a com.esri.arcgis.display.IDisplay (in)
layer - A reference to a com.esri.arcgis.carto.ILayer (in)
inMemoryParent - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeature (in)
Returns:
A reference to a com.esri.arcgis.geometry.IGeometry
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.