|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IAMSWorkspace
COM Interface 'IAMSWorkspace'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'
Description: 'Provides access to properties and methods needed to control and manage in the tracking workspace.' 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 |
IID8598e852_28f4_11d5_b7de_00010265adc5
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
void |
connect()
Creates real-time data connection in the tracking workspace. |
IFeatureClass |
createFeatureClass(java.lang.String name,
IFields fields,
IUID clsid,
IUID eXTCLSID,
int featureType,
java.lang.String shapeFieldName,
java.lang.String configKeyword)
Creates a new standalone feature class under the workspace. |
IQueryDef |
createQueryDef()
Create a query definition object. |
ITable |
createTable(java.lang.String name,
IFields fields,
IUID clsid,
IUID eXTCLSID,
java.lang.String configKeyword)
Creates a new table. |
void |
disconnect()
Disconnects a data connection in the tracking workspace. |
IServerConnection |
getServerConnection()
Defines aspects of the server connection. |
void |
loadProperties(java.lang.String bstrTableName)
Loads properties for connection in the workspace. |
IFeatureClass |
openFeatureClass(java.lang.String name)
Opens an existing feature class. |
IFeatureDataset |
openFeatureQuery(java.lang.String queryName,
IQueryDef pQueryDef)
Opens a feature dataset containing a single feature dlass defined by the specified Query. |
ITable |
openTable(java.lang.String name)
Opens an existing table. |
void |
storeProperties()
Stores connection properties in the workspace. |
| Field Detail |
|---|
static final int IID8598e852_28f4_11d5_b7de_00010265adc5
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void connect()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void disconnect()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IFeatureClass openFeatureClass(java.lang.String name)
throws java.io.IOException,
AutomationException
name - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ITable openTable(java.lang.String name)
throws java.io.IOException,
AutomationException
name - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ITable createTable(java.lang.String name,
IFields fields,
IUID clsid,
IUID eXTCLSID,
java.lang.String configKeyword)
throws java.io.IOException,
AutomationException
name - The name (in)fields - A reference to a com.esri.arcgis.geodatabase.IFields (in)clsid - A reference to a com.esri.arcgis.system.IUID (in)eXTCLSID - A reference to a com.esri.arcgis.system.IUID (in)configKeyword - The configKeyword (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IFeatureClass createFeatureClass(java.lang.String name,
IFields fields,
IUID clsid,
IUID eXTCLSID,
int featureType,
java.lang.String shapeFieldName,
java.lang.String configKeyword)
throws java.io.IOException,
AutomationException
name - The name (in)fields - A reference to a com.esri.arcgis.geodatabase.IFields (in)clsid - A reference to a com.esri.arcgis.system.IUID (in)eXTCLSID - A reference to a com.esri.arcgis.system.IUID (in)featureType - A com.esri.arcgis.geodatabase.esriFeatureType constant (in)shapeFieldName - The shapeFieldName (in)configKeyword - The configKeyword (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IQueryDef createQueryDef()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IFeatureDataset openFeatureQuery(java.lang.String queryName,
IQueryDef pQueryDef)
throws java.io.IOException,
AutomationException
queryName - The queryName (in)pQueryDef - A reference to a com.esri.arcgis.geodatabase.IQueryDef (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IServerConnection getServerConnection()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void storeProperties()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void loadProperties(java.lang.String bstrTableName)
throws java.io.IOException,
AutomationException
bstrTableName - The bstrTableName (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 | ||||||||