com.esri.arcgis.trackinganalyst
Interface IMoleEventRenderer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMoleEventRendererProxy

public interface IMoleEventRenderer
extends java.io.Serializable

COM Interface 'IMoleEventRenderer'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'Provides access to properties specific to the MOLE event renderer object family.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID2fc3a0f0_4646_11d6_b83e_00010265adc5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getDescriptorColumnName()
          Indicates name of the descriptor column for MOLE event renderer.
 java.lang.String getMOLEPropertyColumn(java.lang.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(java.lang.String pVal)
          Indicates name of the descriptor column for MOLE event renderer.
 void setMOLEPropertyColumn(java.lang.String bstrPropertyName, java.lang.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.
 

Field Detail

IID2fc3a0f0_4646_11d6_b83e_00010265adc5

static final int IID2fc3a0f0_4646_11d6_b83e_00010265adc5
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getDescriptorColumnName

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

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

setDescriptorColumnName

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

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

getMOLEPropertyColumn

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

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

setMOLEPropertyColumn

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

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

getSymbolScale

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

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

setSymbolScale

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

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