|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.schematic.NgPole
public class NgPole
Graphic pole object.
| Constructor Summary | |
|---|---|
NgPole(Object obj)
Construct a NgPole using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
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'. |
int |
hashCode()
the hashcode for this object |
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). |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public NgPole(Object obj)
throws IOException
obj to NgPole. *
NgPole o = (NgPole)obj; // will not work
NgPole o = new NgPole(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
NgPole theNgPole = (NgPole) obj;| Method Detail |
|---|
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public Object getEffect(int effect)
throws IOException,
AutomationException
getEffect in interface INgPoleeffect - 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)
public 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.
setEffect in interface INgPoleeffect - 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)
public 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.
removeEffect in interface INgPoleeffect - 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)
public 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.
isEffectSet in interface INgPoleeffect - 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)
public 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.
getOriginPoint in interface INgPoleview - 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)
public 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.
getExtremityPoint in interface INgPoleview - 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 | ||||||||