|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.trackinganalyst.TMS_MarshalHelper
public class TMS_MarshalHelper
Internal class used within TMS Server to Help marshal ESRI Geometry objects.
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 |
---|
public TMS_MarshalHelper() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic TMS_MarshalHelper(Object obj) throws IOException
TMS_MarshalHelper theTMS_MarshalHelper = (TMS_MarshalHelper) obj;
obj
to TMS_MarshalHelper
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String dataMessageColumnToString(IDataMessage piDataMsg, int nColumnNum, int enumType) throws IOException, AutomationException
dataMessageColumnToString
in interface ITMS_MarshalHelper
piDataMsg
- A reference to a com.esri.arcgis.trackinganalyst.IDataMessage (in)nColumnNum
- The nColumnNum (in)enumType
- A com.esri.arcgis.trackinganalyst.enumColumnType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String dataMessageToString(IDataMessage piDataMessage) throws IOException, AutomationException
dataMessageToString
in interface ITMS_MarshalHelper
piDataMessage
- A reference to a com.esri.arcgis.trackinganalyst.IDataMessage (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |