|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGeoDataServerInit
COM Interface 'IGeoDataServerInit'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabaseDistributed.olb'
Description: 'Provides access to members that support initializing a GeoDataServer.' 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 |
IID841bdc30_fe10_46af_b67b_582252bc16b8
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
int |
getMaxRecordCount()
The maximum number of records returned for query results. |
java.lang.String |
getPhysicalOutputDirectory()
The physical directory for output files. |
java.lang.String |
getVirtualOutputDirectory()
The virtual directory for output files. |
void |
initFromConnectionString(java.lang.String connectionString)
Initializes a GeoDataServer object from a connection string to a geodatabase. |
void |
initFromFile(java.lang.String file)
Initializes a GeoDataServer object from a geodatabase or an sde connection file (*.sde). |
void |
initFromMap(java.lang.String filePath)
Initializes a GeoDataServer object with a map document. |
void |
initWithWorkspace(IWorkspace pWorkspace)
Initializes a GeoDataServer object with a workspace. |
void |
setMaxRecordCount(int count)
The maximum number of records returned for query results. |
void |
setPhysicalOutputDirectory(java.lang.String dirPath)
The physical directory for output files. |
void |
setVirtualOutputDirectory(java.lang.String dirPath)
The virtual directory for output files. |
| Field Detail |
|---|
static final int IID841bdc30_fe10_46af_b67b_582252bc16b8
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void initFromMap(java.lang.String filePath)
throws java.io.IOException,
AutomationException
filePath - The filePath (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void initFromFile(java.lang.String file)
throws java.io.IOException,
AutomationException
file - The file (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void initFromConnectionString(java.lang.String connectionString)
throws java.io.IOException,
AutomationException
connectionString - The connectionString (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void initWithWorkspace(IWorkspace pWorkspace)
throws java.io.IOException,
AutomationException
pWorkspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPhysicalOutputDirectory(java.lang.String dirPath)
throws java.io.IOException,
AutomationException
dirPath - The dirPath (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getPhysicalOutputDirectory()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setVirtualOutputDirectory(java.lang.String dirPath)
throws java.io.IOException,
AutomationException
dirPath - The dirPath (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getVirtualOutputDirectory()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getMaxRecordCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMaxRecordCount(int count)
throws java.io.IOException,
AutomationException
count - The count (in)
java.io.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 | ||||||||