|
|||||||||
| 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.INgBoundedPropertyProxy
public class INgBoundedPropertyProxy
Provides access to members that control the bounded property.
A bounded property lets you specify the graphic effects matching different value ranges.
To associate graphic effects with a bounded property, the possible value ranges of the property must be specified; that is, you will have to define the bounded filters of the property (AddFilter method).
INgDiscreteProperty,
INgDirectProperty,
INgTextualProperty,
INgProperty,
INgElementType.createProperty(String, int, int, int),
Serialized Form| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, E |
| Constructor Summary | |
|---|---|
|
INgBoundedPropertyProxy()
|
|
INgBoundedPropertyProxy(Object obj)
|
protected |
INgBoundedPropertyProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
INgBoundedFilter |
addFilter(int filterNum,
String name,
Object lowerBound,
Object upperBound)
Creates the filter 'filterNum' named 'name' for the property values ranging between the 'lowerBound' and 'upperBound' values. |
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
void |
deleteFilter(int filterNum)
Deletes the bounded filter 'filterNum'. |
INgElements |
getElementsByFilter(INgDiagram diagram,
int filterNum,
int mode)
Returns all the elements contained in the diagram 'Diagram' whose property value is equal or not equal (see esriNgFilterSelectionMode) to a value in the value range of the filter 'filterNum' defined for that same property. |
INgElementType |
getElementType()
Element type the bounded property applies to. |
INgBoundedFilters |
getFilters()
Collection of bounded filters defined for the bounded property. |
String |
getName()
Name of the bounded property. |
void |
readExternal(ObjectInput in)
|
void |
removeListener(String iidStr,
Object theListener)
|
void |
setName(String pVal)
Name of the bounded property. |
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 INgBoundedPropertyProxy()
public INgBoundedPropertyProxy(Object obj)
throws IOException
IOException
protected INgBoundedPropertyProxy(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 String getName()
throws IOException,
AutomationException
This name is defined when the bounded property is created:
- either by calling the INgElementType CreateProperty method in the program code
- or through ArcGIS Schematics Designer, when the bounded property has been created.
getName in interface INgBoundedPropertyIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setName(String pVal)
throws IOException,
AutomationException
setName in interface INgBoundedPropertypVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public INgBoundedFilters getFilters()
throws IOException,
AutomationException
getFilters in interface INgBoundedPropertyIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public INgElements getElementsByFilter(INgDiagram diagram,
int filterNum,
int mode)
throws IOException,
AutomationException
getElementsByFilter in interface INgBoundedPropertydiagram - A reference to a com.esri.arcgis.schematic.INgDiagram (in)filterNum - The filterNum (in)mode - A com.esri.arcgis.schematic.esriNgFilterSelectionMode constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public INgBoundedFilter addFilter(int filterNum,
String name,
Object lowerBound,
Object upperBound)
throws IOException,
AutomationException
addFilter in interface INgBoundedPropertyfilterNum - The filterNum (in)name - The name (in)lowerBound - A Variant (in)upperBound - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.INgBoundedProperty.deleteFilter(int)
public void deleteFilter(int filterNum)
throws IOException,
AutomationException
deleteFilter in interface INgBoundedPropertyfilterNum - The filterNum (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.INgBoundedProperty.addFilter(int, String, java.lang.Object, java.lang.Object)
public INgElementType getElementType()
throws IOException,
AutomationException
getElementType in interface INgBoundedPropertyIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
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 | ||||||||