com.esri.arcgis.carto
Class ISeriesPropertiesProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.ISeriesPropertiesProxy
All Implemented Interfaces:
ISeriesProperties, java.io.Externalizable, java.io.Serializable

public class ISeriesPropertiesProxy
extends com.esri.arcgis.interop.Dispatch
implements ISeriesProperties, java.io.Serializable

Internal use class Proxy for COM Interface 'ISeriesProperties'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control 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
 boolean noncastable
           
static java.lang.Class targetClass
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.carto.ISeriesProperties
IID, IIDae695391_d0ae_4b5e_a9e7_419e091060d2
 
Constructor Summary
  ISeriesPropertiesProxy()
          For internal use only
  ISeriesPropertiesProxy(java.lang.Object obj)
           
protected ISeriesPropertiesProxy(java.lang.Object obj, java.lang.String iid)
           
  ISeriesPropertiesProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected ISeriesPropertiesProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
           
 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.
 java.lang.String getLabelField()
          Provides field to be the data source of labels in the graph.
 int getMaxField()
          Maximum possible fields for the series.
 java.lang.String getName()
          Name of the series shown in the legend.
 IDataGraphTPenProperties getPenProperties()
          Interface for drawing lines and borders in the series.
 java.lang.Object getSourceData()
          Data source for the series.
 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.
 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.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
           
 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 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 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 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, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass

noncastable

public boolean noncastable
Constructor Detail

ISeriesPropertiesProxy

public ISeriesPropertiesProxy(java.lang.String CLSID,
                              java.lang.String host,
                              com.esri.arcgis.interop.AuthInfo authInfo)
                       throws java.net.UnknownHostException,
                              java.io.IOException
Throws:
java.net.UnknownHostException
java.io.IOException

ISeriesPropertiesProxy

public ISeriesPropertiesProxy()
For internal use only


ISeriesPropertiesProxy

public ISeriesPropertiesProxy(java.lang.Object obj)
                       throws java.io.IOException
Throws:
java.io.IOException

ISeriesPropertiesProxy

protected ISeriesPropertiesProxy(java.lang.Object obj,
                                 java.lang.String iid)
                          throws java.io.IOException
Throws:
java.io.IOException

ISeriesPropertiesProxy

protected ISeriesPropertiesProxy(java.lang.String CLSID,
                                 java.lang.String iid,
                                 java.lang.String host,
                                 com.esri.arcgis.interop.AuthInfo authInfo)
                          throws java.io.IOException
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

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.