|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.schematic.NgFilterEffect
public class NgFilterEffect
Graphic filter effect object.
| Constructor Summary | |
|---|---|
NgFilterEffect()
Constructs a NgFilterEffect using ArcGIS Engine. |
|
NgFilterEffect(Object obj)
Construct a NgFilterEffect 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 the effect (see esriNgFilterEffect). |
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 NgFilterEffect()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public NgFilterEffect(Object obj)
throws IOException
obj to NgFilterEffect.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
NgFilterEffect theNgFilterEffect = (NgFilterEffect) 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 concerns this sub-symbol.
getEffectType in interface INgFilterEffectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Object getEffectValue()
throws IOException,
AutomationException
The type of effect is defined by the EffectType property. If the SubSymbolName property is set, the effect value apply to this sub-symbol.
getEffectValue in interface INgFilterEffectIOException - 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 this sub-symbol.
getSubSymbolName in interface INgFilterEffectIOException - 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 | ||||||||