com.esri.arcgis.globecore
Interface IGlobeServerSetup

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GlobeServer, IGlobeServerSetupProxy

public interface IGlobeServerSetup
extends java.io.Serializable

COM Interface 'IGlobeServerSetup'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGlobeCore.olb'

Description: 'Provides access to members for initializing a Globe server.' 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 IIDaaaed790_cd9d_4007_b4b2_c97fa9e39809
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getPhysicalCacheDirectory()
          The physical directory for Globe cache.
 java.lang.String getPhysicalOutputDirectory()
          The physical directory for output files.
 java.lang.String getSOMPhysicalCacheDirectory()
          The SOM physical directory for Globe cache.
 java.lang.String getSOMVirtualCacheDirectory()
          The SOM virtual directory for Globe cache.
 java.lang.String getVirtualCacheDirectory()
          The virtual directory for Globe cache.
 java.lang.String getVirtualOutputDirectory()
          The virtual directory for output files.
 void init(java.lang.String docFile)
          Initializes the server from a globe document path.
 void initFromLayer(java.lang.String layerFile)
          Initializes the server from from a layer file.
 void setPhysicalCacheDirectory(java.lang.String pPath)
          The physical directory for Globe cache.
 void setPhysicalOutputDirectory(java.lang.String pPath)
          The physical directory for output files.
 void setSOMPhysicalCacheDirectory(java.lang.String pPath)
          The SOM physical directory for Globe cache.
 void setVirtualCacheDirectory(java.lang.String pPath)
          The virtual directory for Globe cache.
 void setVirtualOutputDirectory(java.lang.String pPath)
          The virtual directory for output files.
 

Field Detail

IIDaaaed790_cd9d_4007_b4b2_c97fa9e39809

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

init

void init(java.lang.String docFile)
          throws java.io.IOException,
                 AutomationException
Initializes the server from a globe document path. The path must be accessible to the server machine.

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

initFromLayer

void initFromLayer(java.lang.String layerFile)
                   throws java.io.IOException,
                          AutomationException
Initializes the server from from a layer file. The path must be accessible to the server machine.

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

setPhysicalOutputDirectory

void setPhysicalOutputDirectory(java.lang.String pPath)
                                throws java.io.IOException,
                                       AutomationException
The physical directory for output files.

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

getPhysicalOutputDirectory

java.lang.String getPhysicalOutputDirectory()
                                            throws java.io.IOException,
                                                   AutomationException
The physical directory for output files.

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

setVirtualOutputDirectory

void setVirtualOutputDirectory(java.lang.String pPath)
                               throws java.io.IOException,
                                      AutomationException
The virtual directory for output files.

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

getVirtualOutputDirectory

java.lang.String getVirtualOutputDirectory()
                                           throws java.io.IOException,
                                                  AutomationException
The virtual directory for output files.

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

setPhysicalCacheDirectory

void setPhysicalCacheDirectory(java.lang.String pPath)
                               throws java.io.IOException,
                                      AutomationException
The physical directory for Globe cache.

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

getPhysicalCacheDirectory

java.lang.String getPhysicalCacheDirectory()
                                           throws java.io.IOException,
                                                  AutomationException
The physical directory for Globe cache.

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

setSOMPhysicalCacheDirectory

void setSOMPhysicalCacheDirectory(java.lang.String pPath)
                                  throws java.io.IOException,
                                         AutomationException
The SOM physical directory for Globe cache.

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

getSOMPhysicalCacheDirectory

java.lang.String getSOMPhysicalCacheDirectory()
                                              throws java.io.IOException,
                                                     AutomationException
The SOM physical directory for Globe cache.

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

setVirtualCacheDirectory

void setVirtualCacheDirectory(java.lang.String pPath)
                              throws java.io.IOException,
                                     AutomationException
The virtual directory for Globe cache.

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

getVirtualCacheDirectory

java.lang.String getVirtualCacheDirectory()
                                          throws java.io.IOException,
                                                 AutomationException
The virtual directory for Globe cache.

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

getSOMVirtualCacheDirectory

java.lang.String getSOMVirtualCacheDirectory()
                                             throws java.io.IOException,
                                                    AutomationException
The SOM virtual directory for Globe cache.

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