|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISchematicLayerEditHelper
Provides access to members that returns editing inforamtions about the schematic layer.
| 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. |
| Method Detail |
|---|
IPoint getHighlightedVertex(boolean onlyVisible)
throws IOException,
AutomationException
onlyVisible - The onlyVisible (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISchematicInMemoryFeature getSchematicInMemoryHighlightedFeature(boolean onlyVisible)
throws IOException,
AutomationException
onlyVisible - The onlyVisible (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumSchematicInMemoryFeature getSchematicInMemorySelectedFeatures(boolean onlyVisible)
throws IOException,
AutomationException
onlyVisible - The onlyVisible (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getSchematicInMemoryFeaturePortAtPoint(IPoint point,
double pointSearchDistance,
boolean onlySelectable,
boolean onlyVisible,
int[] portNumber,
ISchematicInMemoryFeature[] inMemoryFeature)
throws IOException,
AutomationException
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)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||