|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IListener
Provides access to enable notification to the display controller when data is added or removed.
Method Summary | |
---|---|
void |
addData(IFeatureClass piFeatureClass,
double dXMin,
double dYMin,
double dXMax,
double dYMax)
Adds data to the display controller. |
void |
removeData(IFeatureClass piFeatureClass,
double dXMin,
double dYMin,
double dXMax,
double dYMax)
Removes data from the display controller. |
Method Detail |
---|
void addData(IFeatureClass piFeatureClass, double dXMin, double dYMin, double dXMax, double dYMax) throws IOException, AutomationException
piFeatureClass
- A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)dXMin
- The dXMin (in)dYMin
- The dYMin (in)dXMax
- The dXMax (in)dYMax
- The dYMax (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeData(IFeatureClass piFeatureClass, double dXMin, double dYMin, double dXMax, double dYMax) throws IOException, AutomationException
piFeatureClass
- A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)dXMin
- The dXMin (in)dYMin
- The dYMin (in)dXMax
- The dXMax (in)dYMax
- The dYMax (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 |