|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INgPole
Provides access to members that control the pole.
A pole is an object that symbolizes the connection between a flag and the network element it is associated with. It is represented by a vector segment.
For maximum quality graphics, pole ports, or special (hidden) points onto which flag poles are to be connected, can be defined for node and flag symbols. The pole will then be calculated so as to automatically snap to the nearest flag and associated element pole ports.
| Method Summary | |
|---|---|
Object |
getEffect(int effect)
Returns the effect 'effect' set for the pole (see esriNgPoleEffect). |
INgPoint |
getExtremityPoint(INgView view)
Returns the end point of the pole in the view 'view'. |
INgPoint |
getOriginPoint(INgView view)
Returns the origin point of the pole in the view 'view'. |
boolean |
isEffectSet(int effect)
Indicates if the effect 'effect' related to the pole is set (see esriNgPoleEffect). |
void |
removeEffect(int effect)
Removes the effect or restores the default effect 'effect' set for the pole (see esriNgPoleEffect). |
void |
setEffect(int effect,
Object effValue)
Modifies the effect 'effect' set for the pole (see esriNgPoleEffect). |
| Method Detail |
|---|
Object getEffect(int effect)
throws IOException,
AutomationException
effect - A com.esri.arcgis.schematic.esriNgPoleEffect constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.INgPole.setEffect(int, java.lang.Object),
INgPole.removeEffect(int),
INgPole.isEffectSet(int)
void setEffect(int effect,
Object effValue)
throws IOException,
AutomationException
A pole is an object that symbolizes the connection between a flag and the network element it is associated with. It is represented by a vector segment.
For maximum quality graphics, pole ports, or special (hidden) points onto which flag poles are to be connected, can be defined for node and flag symbols. The pole will then be calculated so as to automatically snap to the nearest flag and associated element pole ports.
effect - A com.esri.arcgis.schematic.esriNgPoleEffect constant (in)effValue - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.INgPole.removeEffect(int),
INgPole.getEffect(int),
INgPole.isEffectSet(int)
void removeEffect(int effect)
throws IOException,
AutomationException
Note that when removing an effect that is always set, the pole default effect value is automatically restored; and removing an effect that is not set by default, really removes the pole effect.
effect - A com.esri.arcgis.schematic.esriNgPoleEffect constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.INgPole.setEffect(int, java.lang.Object),
INgPole.getEffect(int),
INgPole.isEffectSet(int)
boolean isEffectSet(int effect)
throws IOException,
AutomationException
By default, Schematics automatically sets default values for some pole effects (see the List of the pole default effect values, below). For all these effects, the IsEffectSet method returns True. For the other effects (those that are not automatically set by default), the IsEffectSet method returns True only if the effect has been set:
- Either when defining the pole's characteristics in ArcGIS Schematics Designer
- Or by calling the SetEffect method in the code project.
List of the pole effect default values
esriNgPoleDetectability: esriNgDetectable
esriNgPoleHighlightedState: esriNgNotHighlighted
esriNgPolePriority: 50 or more
esriNgPoleSelectability: esriNgSelectable
esriNgPoleVisibility: esriNgVisible
For more details, see Pole Effects Definition.
effect - A com.esri.arcgis.schematic.esriNgPoleEffect constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.INgPole.setEffect(int, java.lang.Object),
INgPole.removeEffect(int),
INgPole.getEffect(int)
INgPoint getOriginPoint(INgView view)
throws IOException,
AutomationException
You can specify the view where the pole is displayed. In fact, if your pole appears in two views (for example, one view and its associated view) and if symbol scaling is different in these views, the origin point of the pole could be different in the two views.
view - A reference to a com.esri.arcgis.schematic.INgView (in, optional, pass 0 if not required)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.INgPole.getExtremityPoint(com.esri.arcgis.schematic.INgView)
INgPoint getExtremityPoint(INgView view)
throws IOException,
AutomationException
You can specify the view where the pole is displayed. In fact, if your pole appears in two views (for example, one view and its associated view) and if symbol scaling is different in these views, the end point of the pole could be different in the two views.
view - A reference to a com.esri.arcgis.schematic.INgView (in, optional, pass 0 if not required)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.INgPole.getOriginPoint(com.esri.arcgis.schematic.INgView)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||