|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.schematic.NgPropertyFilter
public class NgPropertyFilter
Graphic property filter object.
| Constructor Summary | |
|---|---|
NgPropertyFilter(Object obj)
Construct a NgPropertyFilter using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
String |
getName()
Name of the property filter. |
int |
getNumber()
Number associated with the property filter. |
int |
getType()
Type of the property filter. |
int |
hashCode()
the hashcode for this object |
void |
setName(String pVal)
Name of the property filter. |
| 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 NgPropertyFilter(Object obj)
throws IOException
obj to NgPropertyFilter. *
NgPropertyFilter o = (NgPropertyFilter)obj; // will not work
NgPropertyFilter o = new NgPropertyFilter(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
NgPropertyFilter theNgPropertyFilter = (NgPropertyFilter) obj;| Method Detail |
|---|
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public int getNumber()
throws IOException,
AutomationException
This number is defined when the property filter is created:
- Either by calling the INgBoundedProperty AddFilter or INgDiscreteProperty AddFilter methods in the program code,
- Or when it is created with ArcGIS Schematics Designer.
getNumber in interface INgPropertyFilterIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.INgPropertyFilter.getName()
public String getName()
throws IOException,
AutomationException
This name is defined when the property filter is created:
- Either by calling the INgBoundedProperty AddFilter or INgDiscreteProperty AddFilter methods in the program code,
- Or when it is created with ArcGIS Schematics Designer.
If needed, property filter name can be redefined.
getName in interface INgPropertyFilterIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.INgPropertyFilter.getNumber()
public void setName(String pVal)
throws IOException,
AutomationException
setName in interface INgPropertyFilterpVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getType()
throws IOException,
AutomationException
This depends on the type of the associated property: For a discrete property, the filter type is esriNgDiscreteFilterType and for a bounded property, esriNgBoundedFilterType.
getType in interface INgPropertyFilterIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.INgDiscreteFilter,
INgBoundedFilter
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||