com.esri.arcgis.trackinganalyst
Interface ITMS_MarshalHelper

All Superinterfaces:
Serializable
All Known Implementing Classes:
TMS_MarshalHelper

public interface ITMS_MarshalHelper
extends Serializable

ITMS_MarshalHelper Interface Private Interface used to help marshal STA Geometry Objects.

Product Availability

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


Method Summary
 String dataMessageColumnToString(IDataMessage piDataMsg, int nColumnNum, int enumType)
          Convert message geometry column to GML structured string.
 String dataMessageToString(IDataMessage piDataMessage)
          Not Implemented at this time.
 

Method Detail

dataMessageColumnToString

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

Product Availability

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

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:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

dataMessageToString

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

Product Availability

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

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