com.esri.arcgis.cartoUI
Class AreaSeriesProperties

java.lang.Object
  extended by com.esri.arcgis.cartoUI.AreaSeriesProperties
All Implemented Interfaces:
IAreaSeriesProperties, IDataSortSeriesProperties, IDefinitionExpressionEvents, IFeatureLayerSelectionEvents, ISelectionEvents, ISeriesProperties, com.esri.arcgis.interop.RemoteObjRef, java.io.Serializable, java.util.EventListener

public class AreaSeriesProperties
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, ISeriesProperties, IAreaSeriesProperties, IDataSortSeriesProperties, IFeatureLayerSelectionEvents, ISelectionEvents, IDefinitionExpressionEvents

COM Class 'AreaSeriesProperties'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriCartoUI.olb'

Description 'A container for the display and manipulation of area graph series.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.carto.ISeriesProperties
IID, IIDae695391_d0ae_4b5e_a9e7_419e091060d2, xxDummy
 
Fields inherited from interface com.esri.arcgis.carto.IAreaSeriesProperties
IID, IID11dc96fc_533a_4d13_8c0f_564801bf00a8, xxDummy
 
Fields inherited from interface com.esri.arcgis.carto.IDataSortSeriesProperties
IID, IIDe4a4f9cf_c407_4c30_943f_1bbc23f728cf, xxDummy
 
Fields inherited from interface com.esri.arcgis.carto.IFeatureLayerSelectionEvents
IID, IIDb97617be_5a52_11d3_9f6c_00c04f6bc886, xxDummy
 
Fields inherited from interface com.esri.arcgis.carto.ISelectionEvents
IID, IID07e11311_d615_11d1_a21b_080009b6f22b, xxDummy
 
Fields inherited from interface com.esri.arcgis.carto.IDefinitionExpressionEvents
IID, IID78c6d12c_634e_495e_86b5_17a5d89fb06a, xxDummy
 
Constructor Summary
AreaSeriesProperties(java.lang.Object obj)
          Construct a AreaSeriesProperties using a reference to such an object returned from ArcGIS Engine or Server.
 
Method Summary
 void addSortingField(java.lang.String strField, boolean bAscending, int[] idx)
          Add a sorting field and type.
 void definitionExpressionChanged(IDefinitionExpressionEventsDefinitionExpressionChangedEvent theEvent)
          Occurs when the Definition Expression changes.
 boolean equals(java.lang.Object o)
          Compare this object with another
 void featureLayerSelectionChanged(IFeatureLayerSelectionEventsFeatureLayerSelectionChangedEvent theEvent)
          Occurs when the selection changes.
 int getColor(int oID)
          Color used when ColorType of series property is esriGraphColorCustomEach.
 java.lang.String getColorPalette()
          Palette used when ColorType of series property is esriGraphColorPalette.
 int getColorType()
          Type of color applied to the graph series.
 int getCustomColor()
          Color used when ColorType of series property is esriGraphColorCustomAll.
 java.lang.String getField(int idx)
          Gets data field name in the series.
 int getHorizontalAxis()
          Index of horizontal axis.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 java.lang.String getLabelField()
          Provides field to be the data source of labels in the graph.
 int getMaxField()
          Maximum possible fields for the series.
 int getMultipleAreaType()
          Type of multiple area-series graph.
 java.lang.String getName()
          Name of the series shown in the legend.
 IDataGraphTPenProperties getPenProperties()
          Interface for drawing lines and borders in the series.
 void getSortingField(int idx, java.lang.String[] strField, boolean[] bAscending)
          Get a sorting field and type.
 int getSortingFieldsCount()
          Number of sorting fields.
 java.lang.Object getSourceData()
          Data source for the series.
 int getTransparency()
          Transparency level of area graph.
 java.lang.String getType()
          Type of the series.
 java.lang.String getUniqueName()
          Default and unique name of the series.
 java.lang.String getValueFormat()
          Format string for series value labels.
 int getVerticalAxis()
          Index of vertical axis
 java.lang.String getWhereClause()
          The where clause for querying data source.
 int hashCode()
          the hashcode for this object
 boolean isChanged()
          Indicates if series has changed.
 boolean isFieldOptional(int idx)
          Indicates if data field is optional.
 boolean isInLegend()
          Indicates if series is added to the graph legend.
 boolean isMarks()
          Indicates if series shows marks.
 boolean isReady()
          Indicates if series is ready to work with.
 boolean isStairs()
          Indicates if area series is in "stair" mode.
 boolean isStairsInvert()
          Indicates if "stair" mode area series is inverted.
 void release()
          Release a AreaSeriesProperties.
 void removeSortingField(int idx)
          Remove the sorting field.
 void selectionChanged(ISelectionEventsSelectionChangedEvent theEvent)
          Call this function to fire the selection changed event.
 void setColor(int oID, int pColor)
          Color used when ColorType of series property is esriGraphColorCustomEach.
 void setColorPalette(java.lang.String paletteName)
          Palette used when ColorType of series property is esriGraphColorPalette.
 void setColorType(int eColorType)
          Type of color applied to the graph series.
 void setCustomColor(int pColor)
          Color used when ColorType of series property is esriGraphColorCustomAll.
 void setField(int idx, java.lang.String fieldName)
          Sets data field name in the series.
 void setHorizontalAxis(int pIdx)
          Index of horizontal axis.
 void setInLegend(boolean b)
          Indicates if series is added to the graph legend.
 void setLabelField(java.lang.String pFieldName)
          Provides field to be the data source of labels in the graph.
 void setMarks(boolean b)
          Indicates if series shows marks.
 void setMultipleAreaType(int type)
          Type of multiple area-series graph.
 void setName(java.lang.String name)
          Name of the series shown in the legend.
 void setSourceData(java.lang.Object pVar)
          Data source for the series.
 void setStairs(boolean bStairs)
          Indicates if area series is in "stair" mode.
 void setStairsInvert(boolean bInvert)
          Indicates if "stair" mode area series is inverted.
 void setTransparency(int pValue)
          Transparency level of area graph.
 void setValueFormat(java.lang.String format)
          Format string for series value labels.
 void setVerticalAxis(int pIdx)
          Index of vertical axis
 void setWhereClause(java.lang.String definition)
          The where clause for querying data source.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AreaSeriesProperties

public AreaSeriesProperties(java.lang.Object obj)
                     throws java.io.IOException
Construct a AreaSeriesProperties using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to AreaSeriesProperties.
Casting to this class from the return value of a method will not work, as this class represents an abstract class in ArcObjects.
*
AreaSeriesProperties o = (AreaSeriesProperties)obj; // will not work

AreaSeriesProperties o = new AreaSeriesProperties(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server

Throws:
java.io.IOException - if there are interop problems AreaSeriesProperties theAreaSeriesProperties = (AreaSeriesProperties) obj;
Method Detail

equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a AreaSeriesProperties.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

isChanged

public boolean isChanged()
                  throws java.io.IOException,
                         AutomationException
Indicates if series has changed.

Specified by:
isChanged in interface ISeriesProperties
Returns:
The b
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isReady

public boolean isReady()
                throws java.io.IOException,
                       AutomationException
Indicates if series is ready to work with.

Specified by:
isReady in interface ISeriesProperties
Returns:
The b
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getName

public java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Name of the series shown in the legend.

Specified by:
getName in interface ISeriesProperties
Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setName

public void setName(java.lang.String name)
             throws java.io.IOException,
                    AutomationException
Name of the series shown in the legend.

Specified by:
setName in interface ISeriesProperties
Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getUniqueName

public java.lang.String getUniqueName()
                               throws java.io.IOException,
                                      AutomationException
Default and unique name of the series.

Specified by:
getUniqueName in interface ISeriesProperties
Returns:
The uname
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getType

public java.lang.String getType()
                         throws java.io.IOException,
                                AutomationException
Type of the series.

Specified by:
getType in interface ISeriesProperties
Returns:
The typeName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSourceData

public void setSourceData(java.lang.Object pVar)
                   throws java.io.IOException,
                          AutomationException
Data source for the series. Can be table, feature, raster layer, or name of another series for function series.

Specified by:
setSourceData in interface ISeriesProperties
Parameters:
pVar - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSourceData

public java.lang.Object getSourceData()
                               throws java.io.IOException,
                                      AutomationException
Data source for the series. Can be table, feature, raster layer, or name of another series for function series.

Specified by:
getSourceData in interface ISeriesProperties
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWhereClause

public java.lang.String getWhereClause()
                                throws java.io.IOException,
                                       AutomationException
The where clause for querying data source.

Specified by:
getWhereClause in interface ISeriesProperties
Returns:
The definition
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setWhereClause

public void setWhereClause(java.lang.String definition)
                    throws java.io.IOException,
                           AutomationException
The where clause for querying data source.

Specified by:
setWhereClause in interface ISeriesProperties
Parameters:
definition - The definition (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLabelField

public java.lang.String getLabelField()
                               throws java.io.IOException,
                                      AutomationException
Provides field to be the data source of labels in the graph. Only the field from the first series will be used in the graph if there are more than one series.

Specified by:
getLabelField in interface ISeriesProperties
Returns:
The pFieldName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLabelField

public void setLabelField(java.lang.String pFieldName)
                   throws java.io.IOException,
                          AutomationException
Provides field to be the data source of labels in the graph. Only the field from the first series will be used in the graph if there are more than one series.

Specified by:
setLabelField in interface ISeriesProperties
Parameters:
pFieldName - The pFieldName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaxField

public int getMaxField()
                throws java.io.IOException,
                       AutomationException
Maximum possible fields for the series.

Specified by:
getMaxField in interface ISeriesProperties
Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setField

public void setField(int idx,
                     java.lang.String fieldName)
              throws java.io.IOException,
                     AutomationException
Sets data field name in the series. Can be multiple and optional depending on series type.

Specified by:
setField in interface ISeriesProperties
Parameters:
idx - The idx (in)
fieldName - The fieldName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getField

public java.lang.String getField(int idx)
                          throws java.io.IOException,
                                 AutomationException
Gets data field name in the series. Can be multiple and optional depending on series type.

Specified by:
getField in interface ISeriesProperties
Parameters:
idx - The idx (in)
Returns:
The fieldName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isFieldOptional

public boolean isFieldOptional(int idx)
                        throws java.io.IOException,
                               AutomationException
Indicates if data field is optional.

Specified by:
isFieldOptional in interface ISeriesProperties
Parameters:
idx - The idx (in)
Returns:
The bOptional
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getColorType

public int getColorType()
                 throws java.io.IOException,
                        AutomationException
Type of color applied to the graph series.

Specified by:
getColorType in interface ISeriesProperties
Returns:
A com.esri.arcgis.carto.esriGraphColorType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setColorType

public void setColorType(int eColorType)
                  throws java.io.IOException,
                         AutomationException
Type of color applied to the graph series.

Specified by:
setColorType in interface ISeriesProperties
Parameters:
eColorType - A com.esri.arcgis.carto.esriGraphColorType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCustomColor

public int getCustomColor()
                   throws java.io.IOException,
                          AutomationException
Color used when ColorType of series property is esriGraphColorCustomAll.

Specified by:
getCustomColor in interface ISeriesProperties
Returns:
The pColor (A COM typedef)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCustomColor

public void setCustomColor(int pColor)
                    throws java.io.IOException,
                           AutomationException
Color used when ColorType of series property is esriGraphColorCustomAll.

Specified by:
setCustomColor in interface ISeriesProperties
Parameters:
pColor - The pColor (A COM typedef) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getColor

public int getColor(int oID)
             throws java.io.IOException,
                    AutomationException
Color used when ColorType of series property is esriGraphColorCustomEach.

Specified by:
getColor in interface ISeriesProperties
Parameters:
oID - The oID (in)
Returns:
The pColor (A COM typedef)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setColor

public void setColor(int oID,
                     int pColor)
              throws java.io.IOException,
                     AutomationException
Color used when ColorType of series property is esriGraphColorCustomEach.

Specified by:
setColor in interface ISeriesProperties
Parameters:
oID - The oID (in)
pColor - The pColor (A COM typedef) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getColorPalette

public java.lang.String getColorPalette()
                                 throws java.io.IOException,
                                        AutomationException
Palette used when ColorType of series property is esriGraphColorPalette.

Specified by:
getColorPalette in interface ISeriesProperties
Returns:
The paletteName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setColorPalette

public void setColorPalette(java.lang.String paletteName)
                     throws java.io.IOException,
                            AutomationException
Palette used when ColorType of series property is esriGraphColorPalette.

Specified by:
setColorPalette in interface ISeriesProperties
Parameters:
paletteName - The paletteName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isInLegend

public boolean isInLegend()
                   throws java.io.IOException,
                          AutomationException
Indicates if series is added to the graph legend.

Specified by:
isInLegend in interface ISeriesProperties
Returns:
The b
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setInLegend

public void setInLegend(boolean b)
                 throws java.io.IOException,
                        AutomationException
Indicates if series is added to the graph legend.

Specified by:
setInLegend in interface ISeriesProperties
Parameters:
b - The b (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isMarks

public boolean isMarks()
                throws java.io.IOException,
                       AutomationException
Indicates if series shows marks.

Specified by:
isMarks in interface ISeriesProperties
Returns:
The b
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMarks

public void setMarks(boolean b)
              throws java.io.IOException,
                     AutomationException
Indicates if series shows marks.

Specified by:
setMarks in interface ISeriesProperties
Parameters:
b - The b (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPenProperties

public IDataGraphTPenProperties getPenProperties()
                                          throws java.io.IOException,
                                                 AutomationException
Interface for drawing lines and borders in the series.

Specified by:
getPenProperties in interface ISeriesProperties
Returns:
A reference to a com.esri.arcgis.carto.IDataGraphTPenProperties
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getValueFormat

public java.lang.String getValueFormat()
                                throws java.io.IOException,
                                       AutomationException
Format string for series value labels.

Specified by:
getValueFormat in interface ISeriesProperties
Returns:
The format
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setValueFormat

public void setValueFormat(java.lang.String format)
                    throws java.io.IOException,
                           AutomationException
Format string for series value labels.

Specified by:
setValueFormat in interface ISeriesProperties
Parameters:
format - The format (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHorizontalAxis

public int getHorizontalAxis()
                      throws java.io.IOException,
                             AutomationException
Index of horizontal axis.

Specified by:
getHorizontalAxis in interface ISeriesProperties
Returns:
The pIdx
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHorizontalAxis

public void setHorizontalAxis(int pIdx)
                       throws java.io.IOException,
                              AutomationException
Index of horizontal axis.

Specified by:
setHorizontalAxis in interface ISeriesProperties
Parameters:
pIdx - The pIdx (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getVerticalAxis

public int getVerticalAxis()
                    throws java.io.IOException,
                           AutomationException
Index of vertical axis

Specified by:
getVerticalAxis in interface ISeriesProperties
Returns:
The pIdx
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setVerticalAxis

public void setVerticalAxis(int pIdx)
                     throws java.io.IOException,
                            AutomationException
Index of vertical axis

Specified by:
setVerticalAxis in interface ISeriesProperties
Parameters:
pIdx - The pIdx (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMultipleAreaType

public int getMultipleAreaType()
                        throws java.io.IOException,
                               AutomationException
Type of multiple area-series graph.

Specified by:
getMultipleAreaType in interface IAreaSeriesProperties
Returns:
A com.esri.arcgis.carto.esriMultiAreaType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMultipleAreaType

public void setMultipleAreaType(int type)
                         throws java.io.IOException,
                                AutomationException
Type of multiple area-series graph.

Specified by:
setMultipleAreaType in interface IAreaSeriesProperties
Parameters:
type - A com.esri.arcgis.carto.esriMultiAreaType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isStairs

public boolean isStairs()
                 throws java.io.IOException,
                        AutomationException
Indicates if area series is in "stair" mode.

Specified by:
isStairs in interface IAreaSeriesProperties
Returns:
The bStairs
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStairs

public void setStairs(boolean bStairs)
               throws java.io.IOException,
                      AutomationException
Indicates if area series is in "stair" mode.

Specified by:
setStairs in interface IAreaSeriesProperties
Parameters:
bStairs - The bStairs (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTransparency

public int getTransparency()
                    throws java.io.IOException,
                           AutomationException
Transparency level of area graph.

Specified by:
getTransparency in interface IAreaSeriesProperties
Returns:
The pValue
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTransparency

public void setTransparency(int pValue)
                     throws java.io.IOException,
                            AutomationException
Transparency level of area graph.

Specified by:
setTransparency in interface IAreaSeriesProperties
Parameters:
pValue - The pValue (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isStairsInvert

public boolean isStairsInvert()
                       throws java.io.IOException,
                              AutomationException
Indicates if "stair" mode area series is inverted.

Specified by:
isStairsInvert in interface IAreaSeriesProperties
Returns:
The bInvert
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStairsInvert

public void setStairsInvert(boolean bInvert)
                     throws java.io.IOException,
                            AutomationException
Indicates if "stair" mode area series is inverted.

Specified by:
setStairsInvert in interface IAreaSeriesProperties
Parameters:
bInvert - The bInvert (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addSortingField

public void addSortingField(java.lang.String strField,
                            boolean bAscending,
                            int[] idx)
                     throws java.io.IOException,
                            AutomationException
Add a sorting field and type.

Specified by:
addSortingField in interface IDataSortSeriesProperties
Parameters:
strField - The strField (in)
bAscending - The bAscending (in)
idx - The idx (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSortingField

public void getSortingField(int idx,
                            java.lang.String[] strField,
                            boolean[] bAscending)
                     throws java.io.IOException,
                            AutomationException
Get a sorting field and type.

Specified by:
getSortingField in interface IDataSortSeriesProperties
Parameters:
idx - The idx (in)
strField - The strField (out: use single element array)
bAscending - The bAscending (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeSortingField

public void removeSortingField(int idx)
                        throws java.io.IOException,
                               AutomationException
Remove the sorting field.

Specified by:
removeSortingField in interface IDataSortSeriesProperties
Parameters:
idx - The idx (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSortingFieldsCount

public int getSortingFieldsCount()
                          throws java.io.IOException,
                                 AutomationException
Number of sorting fields.

Specified by:
getSortingFieldsCount in interface IDataSortSeriesProperties
Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

featureLayerSelectionChanged

public void featureLayerSelectionChanged(IFeatureLayerSelectionEventsFeatureLayerSelectionChangedEvent theEvent)
                                  throws java.io.IOException,
                                         AutomationException
Occurs when the selection changes.

Specified by:
featureLayerSelectionChanged in interface IFeatureLayerSelectionEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

selectionChanged

public void selectionChanged(ISelectionEventsSelectionChangedEvent theEvent)
                      throws java.io.IOException,
                             AutomationException
Call this function to fire the selection changed event.

Specified by:
selectionChanged in interface ISelectionEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

definitionExpressionChanged

public void definitionExpressionChanged(IDefinitionExpressionEventsDefinitionExpressionChangedEvent theEvent)
                                 throws java.io.IOException,
                                        AutomationException
Occurs when the Definition Expression changes.

Specified by:
definitionExpressionChanged in interface IDefinitionExpressionEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.