com.esri.arcgis.schematic
Interface ISchematicLayerEditHelper

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISchematicLayerEditHelperProxy, SchematicLayer

public interface ISchematicLayerEditHelper
extends java.io.Serializable

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

Description: 'Provides access to members that returns editing inforamtions about the schematic layer.' 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 IIDd06feb19_707c_4721_acb4_b87d8938965a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IPoint getHighlightedVertex(boolean onlyVisible)
          Position of the highlighted vertex.
 void getSchematicInMemoryFeaturePortAtPoint(IPoint point, double pointSearchDistance, boolean onlySelectable, boolean onlyVisible, int[] portNumber, ISchematicInMemoryFeature[] inMemoryFeature)
          In memory feature and his port number near to the given point.
 ISchematicInMemoryFeature getSchematicInMemoryHighlightedFeature(boolean onlyVisible)
          Schematic in memory highlighted feature.
 IEnumSchematicInMemoryFeature getSchematicInMemorySelectedFeatures(boolean onlyVisible)
          Enumeration of the selected in memory features.
 

Field Detail

IIDd06feb19_707c_4721_acb4_b87d8938965a

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

getHighlightedVertex

IPoint getHighlightedVertex(boolean onlyVisible)
                            throws java.io.IOException,
                                   AutomationException
Position of the highlighted vertex.

Parameters:
onlyVisible - The onlyVisible (in)
Returns:
A reference to a com.esri.arcgis.geometry.IPoint
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSchematicInMemoryHighlightedFeature

ISchematicInMemoryFeature getSchematicInMemoryHighlightedFeature(boolean onlyVisible)
                                                                 throws java.io.IOException,
                                                                        AutomationException
Schematic in memory highlighted feature.

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

getSchematicInMemorySelectedFeatures

IEnumSchematicInMemoryFeature getSchematicInMemorySelectedFeatures(boolean onlyVisible)
                                                                   throws java.io.IOException,
                                                                          AutomationException
Enumeration of the selected in memory features.

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

getSchematicInMemoryFeaturePortAtPoint

void getSchematicInMemoryFeaturePortAtPoint(IPoint point,
                                            double pointSearchDistance,
                                            boolean onlySelectable,
                                            boolean onlyVisible,
                                            int[] portNumber,
                                            ISchematicInMemoryFeature[] inMemoryFeature)
                                            throws java.io.IOException,
                                                   AutomationException
In memory feature and his port number near to the given point.

Parameters:
point - A reference to a com.esri.arcgis.geometry.IPoint (in)
pointSearchDistance - The pointSearchDistance (in)
onlySelectable - The onlySelectable (in)
onlyVisible - The onlyVisible (in)
portNumber - The portNumber (in/out: use single element array)
inMemoryFeature - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeature (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.