|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.carto.MobileSync
public class MobileSync
The Mobile Sync provides functionality for get and posting data in a map for Mobile clients.
Constructor Summary | |
---|---|
MobileSync()
Constructs a MobileSync using ArcGIS Engine. |
|
MobileSync(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. MobileSync theMobileSync = (MobileSync) obj; |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
void |
executeRequest(IMemoryBlobStream pRequestStream,
IMemoryBlobStream[] ppResponse)
Handle Binary Request. |
static String |
getClsid()
getClsid. |
void |
getMobileMapInfo(IMobileMapInfo[] ppResponse)
Handle Binary Request. |
int |
hashCode()
the hashcode for this object |
void |
init(IMap pMap,
IPropertySet pProps)
Initializes the MobileSync object. |
void |
initFromMapServer(IMapServer pMapServer,
IPropertySet pProps)
Initializes the MobileSync object from IMapServer (FastMap). |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
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 MobileSync() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic MobileSync(Object obj) throws IOException
MobileSync theMobileSync = (MobileSync) obj;
obj
to MobileSync
.
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 void init(IMap pMap, IPropertySet pProps) throws IOException, AutomationException
init
in interface IMobileSync
pMap
- A reference to a com.esri.arcgis.carto.IMap (in)pProps
- A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void executeRequest(IMemoryBlobStream pRequestStream, IMemoryBlobStream[] ppResponse) throws IOException, AutomationException
executeRequest
in interface IMobileSync
pRequestStream
- A reference to a com.esri.arcgis.system.IMemoryBlobStream (in)ppResponse
- A reference to a com.esri.arcgis.system.IMemoryBlobStream (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void initFromMapServer(IMapServer pMapServer, IPropertySet pProps) throws IOException, AutomationException
initFromMapServer
in interface IMobileSync2
pMapServer
- A reference to a com.esri.arcgis.carto.IMapServer (in)pProps
- A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getMobileMapInfo(IMobileMapInfo[] ppResponse) throws IOException, AutomationException
getMobileMapInfo
in interface IMobileSync2
ppResponse
- A reference to a com.esri.arcgis.carto.IMobileMapInfo (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void interfaceSupportsErrorInfo(GUID riid) throws IOException, AutomationException
Indicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo
in interface ISupportErrorInfo
riid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (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 |