com.esri.arcgis.trackinganalyst
Interface IMoleEventRenderer

All Superinterfaces:
Serializable
All Known Implementing Classes:
IMoleEventRendererProxy

public interface IMoleEventRenderer
extends 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.


Method Summary
 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 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.
 

Method Detail

getDescriptorColumnName

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.

Returns:
The pVal
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDescriptorColumnName

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.

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

getMOLEPropertyColumn

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.

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

setMOLEPropertyColumn

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.

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

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.

Returns:
The pdScale
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSymbolScale

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.

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