|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.schematic.NgElementTypeEffect
public class NgElementTypeEffect
Element type effect object.
| Constructor Summary | |
|---|---|
NgElementTypeEffect()
Constructs a NgElementTypeEffect using ArcGIS Engine. |
|
NgElementTypeEffect(Object obj)
Construct a NgElementTypeEffect using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
int |
getEffectType()
Type of effect (see esriNgElementTypeEffect). |
Object |
getEffectValue()
Value of the effect. |
String |
getSubSymbolName()
Name of the sub-symbol on which the effect applies. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
| 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 NgElementTypeEffect()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public NgElementTypeEffect(Object obj)
throws IOException
obj to NgElementTypeEffect.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
NgElementTypeEffect theNgElementTypeEffect = (NgElementTypeEffect) obj;| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public int getEffectType()
throws IOException,
AutomationException
The value set for this effect is defined by the EffectValue property. If the SubSymbolName property is set, the effect type applies to the associated sub-symbol.
getEffectType in interface INgElementTypeEffectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Object getEffectValue()
throws IOException,
AutomationException
getEffectValue in interface INgElementTypeEffectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getSubSymbolName()
throws IOException,
AutomationException
If this property is set, the EffectType and EffectValue properties apply to the sub-symbol.
getSubSymbolName in interface INgElementTypeEffectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void interfaceSupportsErrorInfo(GUID riid)
throws IOException,
AutomationException
Indicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
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 | ||||||||