com.esri.arcgis.trackinganalyst
Class IMoleEventRendererProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.trackinganalyst.IMoleEventRendererProxy
All Implemented Interfaces:
IMoleEventRenderer, Externalizable, Serializable

public class IMoleEventRendererProxy
extends com.esri.arcgis.interop.Dispatch
implements IMoleEventRenderer, Serializable

Provides access to properties specific to the MOLE event renderer object family.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IMoleEventRendererProxy()
           
  IMoleEventRendererProxy(Object obj)
           
protected IMoleEventRendererProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 String getDescriptorColumnName()
          Indicates name of the descriptor column for MOLE event renderer.
 String getMOLEPropertyColumn(String bstrPropertyName)
          Indicates value of the MOLE property column.
 double getSymbolScale()
          Indicates value of the MOLE symbol's scale relative to the map display.
 void removeListener(String iidStr, Object theListener)
           
 void setDescriptorColumnName(String pVal)
          Indicates name of the descriptor column for MOLE event renderer.
 void setMOLEPropertyColumn(String bstrPropertyName, String pVal)
          Indicates value of the MOLE property column.
 void setSymbolScale(double pdScale)
          Indicates value of the MOLE symbol's scale relative to the map display.
 
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

noncastable

public boolean noncastable
Constructor Detail

IMoleEventRendererProxy

public IMoleEventRendererProxy()

IMoleEventRendererProxy

public IMoleEventRendererProxy(Object obj)
                        throws IOException
Throws:
IOException

IMoleEventRendererProxy

protected IMoleEventRendererProxy(Object obj,
                                  String iid)
                           throws IOException
Throws:
IOException
Method Detail

addListener

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

removeListener

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

getDescriptorColumnName

public String getDescriptorColumnName()
                               throws IOException,
                                      AutomationException
Indicates name of the descriptor column for MOLE event renderer.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Specified by:
getDescriptorColumnName in interface IMoleEventRenderer
Returns:
The pVal
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDescriptorColumnName

public void setDescriptorColumnName(String pVal)
                             throws IOException,
                                    AutomationException
Indicates name of the descriptor column for MOLE event renderer.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Specified by:
setDescriptorColumnName in interface IMoleEventRenderer
Parameters:
pVal - The pVal (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMOLEPropertyColumn

public String getMOLEPropertyColumn(String bstrPropertyName)
                             throws IOException,
                                    AutomationException
Indicates value of the MOLE property column.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Specified by:
getMOLEPropertyColumn in interface IMoleEventRenderer
Parameters:
bstrPropertyName - The bstrPropertyName (in)
Returns:
The pVal
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMOLEPropertyColumn

public void setMOLEPropertyColumn(String bstrPropertyName,
                                  String pVal)
                           throws IOException,
                                  AutomationException
Indicates value of the MOLE property column.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Specified by:
setMOLEPropertyColumn in interface IMoleEventRenderer
Parameters:
bstrPropertyName - The bstrPropertyName (in)
pVal - The pVal (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSymbolScale

public double getSymbolScale()
                      throws IOException,
                             AutomationException
Indicates value of the MOLE symbol's scale relative to the map display.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Specified by:
getSymbolScale in interface IMoleEventRenderer
Returns:
The pdScale
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSymbolScale

public void setSymbolScale(double pdScale)
                    throws IOException,
                           AutomationException
Indicates value of the MOLE symbol's scale relative to the map display.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Specified by:
setSymbolScale in interface IMoleEventRenderer
Parameters:
pdScale - The pdScale (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.