com.esri.arcgis.geodatabasedistributed
Interface IGDSData

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IGDSData2
All Known Implementing Classes:
GDSData, IGDSData2Proxy, IGDSDataProxy

public interface IGDSData
extends java.io.Serializable

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

Description: 'Provides access to methods supported by a GDSReplicaData object.' 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 IIDbdfd716d_e902_4907_9c97_65da73f02ae9
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IPropertySet getConnectionProperties()
          The properties to be used when downloading the data (if transport type is URL).
 byte[] getEmbeddedData()
          The embedded replica data.
 int getTransportType()
          The transport type used to transfer the replica data.
 java.lang.String getURL()
          The url where the replica data is located.
 boolean isCompressed()
          Indicates whether the data has been compressed.
 void setCompressed(boolean comp)
          Indicates whether the data has been compressed.
 void setConnectionPropertiesByRef(IPropertySet connProps)
          The properties to be used when downloading the data (if transport type is URL).
 void setEmbeddedData(byte[] data)
          The embedded replica data.
 void setTransportType(int pTransport)
          The transport type used to transfer the replica data.
 void setURL(java.lang.String uRL)
          The url where the replica data is located.
 

Field Detail

IIDbdfd716d_e902_4907_9c97_65da73f02ae9

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

isCompressed

boolean isCompressed()
                     throws java.io.IOException,
                            AutomationException
Indicates whether the data has been compressed.

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

setCompressed

void setCompressed(boolean comp)
                   throws java.io.IOException,
                          AutomationException
Indicates whether the data has been compressed.

Parameters:
comp - The comp (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
The transport type used to transfer the replica data.

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

setTransportType

void setTransportType(int pTransport)
                      throws java.io.IOException,
                             AutomationException
The transport type used to transfer the replica data.

Parameters:
pTransport - A com.esri.arcgis.geodatabasedistributed.esriGDSTransportType constant (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 where the replica data is located.

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

setURL

void setURL(java.lang.String uRL)
            throws java.io.IOException,
                   AutomationException
The url where the replica data is located.

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

getEmbeddedData

byte[] getEmbeddedData()
                       throws java.io.IOException,
                              AutomationException
The embedded replica data.

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

setEmbeddedData

void setEmbeddedData(byte[] data)
                     throws java.io.IOException,
                            AutomationException
The embedded replica data.

Parameters:
data - An unsigned byte (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setConnectionPropertiesByRef

void setConnectionPropertiesByRef(IPropertySet connProps)
                                  throws java.io.IOException,
                                         AutomationException
The properties to be used when downloading the data (if transport type is URL).

Parameters:
connProps - 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.

getConnectionProperties

IPropertySet getConnectionProperties()
                                     throws java.io.IOException,
                                            AutomationException
The properties to be used when downloading the data (if transport type is URL).

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.