com.esri.arcgis.trackinganalyst
Class TMS_MarshalHelper

java.lang.Object
  extended by com.esri.arcgis.trackinganalyst.TMS_MarshalHelper
All Implemented Interfaces:
com.esri.arcgis.interop.RemoteObjRef, ITMS_MarshalHelper, Serializable

public class TMS_MarshalHelper
extends Object
implements com.esri.arcgis.interop.RemoteObjRef, ITMS_MarshalHelper

Internal class used within TMS Server to Help marshal Esri Geometry objects.

Product Availability

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

See Also:
Serialized Form

Constructor Summary
TMS_MarshalHelper()
          Constructs a TMS_MarshalHelper using ArcGIS Engine.
TMS_MarshalHelper(Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
TMS_MarshalHelper theTMS_MarshalHelper = (TMS_MarshalHelper) obj;
 
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.
 boolean equals(Object o)
          Compare this object with another
static String getClsid()
          getClsid.
 int hashCode()
          the hashcode for this object
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef
getJintegraDispatch, release
 

Constructor Detail

TMS_MarshalHelper

public TMS_MarshalHelper()
                  throws IOException,
                         UnknownHostException
Constructs a TMS_MarshalHelper using ArcGIS Engine.

Throws:
IOException - if there are interop problems
UnknownHostException - if there are interop problems

TMS_MarshalHelper

public TMS_MarshalHelper(Object obj)
                  throws IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
TMS_MarshalHelper theTMS_MarshalHelper = (TMS_MarshalHelper) obj;

Construct a TMS_MarshalHelper using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to TMS_MarshalHelper.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
IOException - if there are interop problems
Method Detail

getClsid

public static String getClsid()
getClsid.


equals

public boolean equals(Object o)
Compare this object with another

Overrides:
equals in class Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class Object

dataMessageColumnToString

public 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.

Specified by:
dataMessageColumnToString in interface ITMS_MarshalHelper
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

public 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.

Specified by:
dataMessageToString in interface ITMS_MarshalHelper
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.