com.esri.arcgis.trackinganalyst
Interface IAMSWorkspace

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AMSWorkspace, IAMSWorkspaceProxy

public interface IAMSWorkspace
extends java.io.Serializable

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

IID8598e852_28f4_11d5_b7de_00010265adc5

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

connect

void connect()
             throws java.io.IOException,
                    AutomationException
Creates real-time data connection in the tracking workspace.

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

disconnect

void disconnect()
                throws java.io.IOException,
                       AutomationException
Disconnects a data connection in the tracking workspace.

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

openFeatureClass

IFeatureClass openFeatureClass(java.lang.String name)
                               throws java.io.IOException,
                                      AutomationException
Opens an existing feature class.

Parameters:
name - The name (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IFeatureClass
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

openTable

ITable openTable(java.lang.String name)
                 throws java.io.IOException,
                        AutomationException
Opens an existing table.

Parameters:
name - The name (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.ITable
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createTable

ITable createTable(java.lang.String name,
                   IFields fields,
                   IUID clsid,
                   IUID eXTCLSID,
                   java.lang.String configKeyword)
                   throws java.io.IOException,
                          AutomationException
Creates a new table.

Parameters:
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)
Returns:
A reference to a com.esri.arcgis.geodatabase.ITable
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createFeatureClass

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
Creates a new standalone feature class under the workspace.

Parameters:
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)
Returns:
A reference to a com.esri.arcgis.geodatabase.IFeatureClass
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createQueryDef

IQueryDef createQueryDef()
                         throws java.io.IOException,
                                AutomationException
Create a query definition object.

Returns:
A reference to a com.esri.arcgis.geodatabase.IQueryDef
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

openFeatureQuery

IFeatureDataset openFeatureQuery(java.lang.String queryName,
                                 IQueryDef pQueryDef)
                                 throws java.io.IOException,
                                        AutomationException
Opens a feature dataset containing a single feature dlass defined by the specified Query.

Parameters:
queryName - The queryName (in)
pQueryDef - A reference to a com.esri.arcgis.geodatabase.IQueryDef (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IFeatureDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getServerConnection

IServerConnection getServerConnection()
                                      throws java.io.IOException,
                                             AutomationException
Defines aspects of the server connection.

Returns:
A reference to a com.esri.arcgis.trackinganalyst.IServerConnection
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

storeProperties

void storeProperties()
                     throws java.io.IOException,
                            AutomationException
Stores connection properties in the workspace.

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

loadProperties

void loadProperties(java.lang.String bstrTableName)
                    throws java.io.IOException,
                           AutomationException
Loads properties for connection in the workspace.

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