|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.schematic.INgPoleProxy
public class INgPoleProxy
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.
| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, E |
| Constructor Summary | |
|---|---|
|
INgPoleProxy()
|
|
INgPoleProxy(Object obj)
|
protected |
INgPoleProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
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 |
readExternal(ObjectInput in)
|
void |
removeEffect(int effect)
Removes the effect or restores the default effect 'effect' set for the pole (see esriNgPoleEffect). |
void |
removeListener(String iidStr,
Object theListener)
|
void |
setEffect(int effect,
Object effValue)
Modifies the effect 'effect' set for the pole (see esriNgPoleEffect). |
void |
writeExternal(ObjectOutput out)
|
| Methods inherited from class com.esri.arcgis.interop.Dispatch |
|---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, queryInterface, release, setNativeMode, setPropertyByName, toString, vtblInvoke |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public INgPoleProxy()
public INgPoleProxy(Object obj)
throws IOException
IOException
protected INgPoleProxy(Object obj,
String iid)
throws IOException
IOException| Method Detail |
|---|
public void addListener(String iidStr,
Object theListener,
Object theSource)
throws IOException
addListener in class com.esri.arcgis.interop.DispatchIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class com.esri.arcgis.interop.DispatchIOException
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)
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizablewriteExternal in class com.esri.arcgis.interop.DispatchIOException
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class com.esri.arcgis.interop.DispatchIOException
ClassNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||