com.esri.arcgis.carto
Interface IIMSGlobeConnection

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IIMSGlobeConnectionProxy, IMSGlobeConnection

public interface IIMSGlobeConnection
extends java.io.Serializable

COM Interface 'IIMSGlobeConnection'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to methods that describe the ims connection within and globe client communicating with ims.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID9a9b9d78_ddde_4543_b103_5646a6cf3976
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getServiceName()
          The service name for the request.
 java.lang.String getURL()
          The Url for the request.
 java.lang.String makeRequest(java.lang.String strDataString)
          Makes a request to the IMS Server.
 void makeRequestBinary(java.lang.String strDataString, boolean bAllocateData, int data, int[] size)
          Make a request for binary data.
 void setServiceName(java.lang.String pName)
          The service name for the request.
 void setURL(java.lang.String pURL)
          The Url for the request.
 

Field Detail

IID9a9b9d78_ddde_4543_b103_5646a6cf3976

static final int IID9a9b9d78_ddde_4543_b103_5646a6cf3976
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

makeRequest

java.lang.String makeRequest(java.lang.String strDataString)
                             throws java.io.IOException,
                                    AutomationException
Makes a request to the IMS Server.

Parameters:
strDataString - The strDataString (in)
Returns:
The response
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

makeRequestBinary

void makeRequestBinary(java.lang.String strDataString,
                       boolean bAllocateData,
                       int data,
                       int[] size)
                       throws java.io.IOException,
                              AutomationException
Make a request for binary data.

Parameters:
strDataString - The strDataString (in)
bAllocateData - The bAllocateData (in)
data - A COM void* (out: use single element array)
size - The size (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setURL

void setURL(java.lang.String pURL)
            throws java.io.IOException,
                   AutomationException
The Url for the request.

Parameters:
pURL - The pURL (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getURL

java.lang.String getURL()
                        throws java.io.IOException,
                               AutomationException
The Url for the request.

Returns:
The pURL
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setServiceName

void setServiceName(java.lang.String pName)
                    throws java.io.IOException,
                           AutomationException
The service name for the request.

Parameters:
pName - The pName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getServiceName

java.lang.String getServiceName()
                                throws java.io.IOException,
                                       AutomationException
The service name for the request.

Returns:
The pName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.