com.esri.arcgis.trackinganalyst
Interface ITMS_MarshalHelper

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITMS_MarshalHelperProxy, TMS_MarshalHelper

public interface ITMS_MarshalHelper
extends java.io.Serializable

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

Description: 'ITMS_MarshalHelper Interface Private Interface used to help marshal STA Geometry Objects.' 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 IID6e5bff38_dcc0_11d6_b861_00010265adc5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String dataMessageColumnToString(IDataMessage piDataMsg, int nColumnNum, int enumType)
          Convert message geometry column to GML structured string.
 java.lang.String dataMessageToString(IDataMessage piDataMessage)
          Not Implemented at this time.
 

Field Detail

IID6e5bff38_dcc0_11d6_b861_00010265adc5

static final int IID6e5bff38_dcc0_11d6_b861_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

dataMessageColumnToString

java.lang.String dataMessageColumnToString(IDataMessage piDataMsg,
                                           int nColumnNum,
                                           int enumType)
                                           throws java.io.IOException,
                                                  AutomationException
Convert message geometry column to GML structured string.

Parameters:
piDataMsg - A reference to a com.esri.arcgis.geodatabaseextensions.IDataMessage (in)
nColumnNum - The nColumnNum (in)
enumType - A com.esri.arcgis.trackinganalyst.enumColumnType constant (in)
Returns:
The pbstrSting
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

dataMessageToString

java.lang.String dataMessageToString(IDataMessage piDataMessage)
                                     throws java.io.IOException,
                                            AutomationException
Not Implemented at this time.

Parameters:
piDataMessage - A reference to a com.esri.arcgis.geodatabaseextensions.IDataMessage (in)
Returns:
The pbstrString
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.