com.esri.arcgis.carto
Interface IServiceDataOptions

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IServiceDataOptionsProxy, ServiceDataOptions

public interface IServiceDataOptions
extends java.io.Serializable

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

Description: 'Service Data Options.' 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 IID2f7852c1_7bda_42b9_8a94_91186592a69a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getETag()
          ETag.
 java.lang.String getFormat()
          Object Data Format
 IPropertySet getProperties()
          Properties for Service Data options.
 int getTransportType()
          Transport Type
 void setETag(java.lang.String eTag)
          ETag.
 void setFormat(java.lang.String format)
          Object Data Format
 void setPropertiesByRef(IPropertySet optionsProperties)
          Properties for Service Data options.
 void setTransportType(int transportType)
          Transport Type
 

Field Detail

IID2f7852c1_7bda_42b9_8a94_91186592a69a

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

getETag

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

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

setETag

void setETag(java.lang.String eTag)
             throws java.io.IOException,
                    AutomationException
ETag.

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

getFormat

java.lang.String getFormat()
                           throws java.io.IOException,
                                  AutomationException
Object Data Format

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

setFormat

void setFormat(java.lang.String format)
               throws java.io.IOException,
                      AutomationException
Object Data Format

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

getProperties

IPropertySet getProperties()
                           throws java.io.IOException,
                                  AutomationException
Properties for Service Data options.

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

setPropertiesByRef

void setPropertiesByRef(IPropertySet optionsProperties)
                        throws java.io.IOException,
                               AutomationException
Properties for Service Data options.

Parameters:
optionsProperties - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTransportType

int getTransportType()
                     throws java.io.IOException,
                            AutomationException
Transport Type

Returns:
A com.esri.arcgis.system.esriTransportType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTransportType

void setTransportType(int transportType)
                      throws java.io.IOException,
                             AutomationException
Transport Type

Parameters:
transportType - A com.esri.arcgis.system.esriTransportType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.