|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGlobeServerSetup
Provides access to members for initializing a Globe server.
Method Summary | |
---|---|
String |
getPhysicalCacheDirectory()
The physical directory for Globe cache. |
String |
getPhysicalOutputDirectory()
The physical directory for output files. |
String |
getSOMPhysicalCacheDirectory()
The SOM physical directory for Globe cache. |
String |
getSOMVirtualCacheDirectory()
The SOM virtual directory for Globe cache. |
String |
getVirtualCacheDirectory()
The virtual directory for Globe cache. |
String |
getVirtualOutputDirectory()
The virtual directory for output files. |
void |
init(String docFile)
Initializes the server from a globe document path. |
void |
initFromLayer(String layerFile)
Initializes the server from from a layer file. |
void |
setPhysicalCacheDirectory(String pPath)
The physical directory for Globe cache. |
void |
setPhysicalOutputDirectory(String pPath)
The physical directory for output files. |
void |
setSOMPhysicalCacheDirectory(String pPath)
The SOM physical directory for Globe cache. |
void |
setVirtualCacheDirectory(String pPath)
The virtual directory for Globe cache. |
void |
setVirtualOutputDirectory(String pPath)
The virtual directory for output files. |
Method Detail |
---|
void init(String docFile) throws IOException, AutomationException
docFile
- The docFile (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void initFromLayer(String layerFile) throws IOException, AutomationException
layerFile
- The layerFile (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPhysicalOutputDirectory(String pPath) throws IOException, AutomationException
pPath
- The pPath (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getPhysicalOutputDirectory() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setVirtualOutputDirectory(String pPath) throws IOException, AutomationException
pPath
- The pPath (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getVirtualOutputDirectory() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPhysicalCacheDirectory(String pPath) throws IOException, AutomationException
pPath
- The pPath (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getPhysicalCacheDirectory() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSOMPhysicalCacheDirectory(String pPath) throws IOException, AutomationException
pPath
- The pPath (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getSOMPhysicalCacheDirectory() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setVirtualCacheDirectory(String pPath) throws IOException, AutomationException
pPath
- The pPath (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getVirtualCacheDirectory() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getSOMVirtualCacheDirectory() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |