com.esri.arcgis.carto
Interface IServiceData

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IServiceDataProxy, ServiceData

public interface IServiceData
extends java.io.Serializable

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

Description: 'Service Data' 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 IID193975ea_18d5_4d47_b474_483218226989
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 byte[] getEmbeddedData()
          Binary data representing result.
 java.lang.Object getObject()
          Object in native format.
 java.lang.String getResponseETag()
          Response ETag.
 IServiceDataOptions getServiceDataOptions()
          Service Data Options
 java.lang.String getURI()
          Result location's uri.
 boolean isNotModified()
          Not modified boolean.
 

Field Detail

IID193975ea_18d5_4d47_b474_483218226989

static final int IID193975ea_18d5_4d47_b474_483218226989
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

getEmbeddedData

byte[] getEmbeddedData()
                       throws java.io.IOException,
                              AutomationException
Binary data representing result.

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

isNotModified

boolean isNotModified()
                      throws java.io.IOException,
                             AutomationException
Not modified boolean.

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

getObject

java.lang.Object getObject()
                           throws java.io.IOException,
                                  AutomationException
Object in native format.

Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getResponseETag

java.lang.String getResponseETag()
                                 throws java.io.IOException,
                                        AutomationException
Response ETag.

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

getServiceDataOptions

IServiceDataOptions getServiceDataOptions()
                                          throws java.io.IOException,
                                                 AutomationException
Service Data Options

Returns:
A reference to a com.esri.arcgis.carto.IServiceDataOptions
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getURI

java.lang.String getURI()
                        throws java.io.IOException,
                               AutomationException
Result location's uri.

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