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, java.io.Serializable

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

COM Class 'TMS_MarshalHelper'. Generated 3/19/2015 1:20:45 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description 'Internal class used within TMS Server to Help marshal Esri 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 =

See Also:
Serialized Form

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

Constructor Detail

TMS_MarshalHelper

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

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

TMS_MarshalHelper

public TMS_MarshalHelper(java.lang.Object obj)
                  throws java.io.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:
java.io.IOException - if there are interop problems
Method Detail

getClsid

public static java.lang.String getClsid()
getClsid.


equals

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

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a TMS_MarshalHelper.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

dataMessageColumnToString

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

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

dataMessageToString

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

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