|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.trackinganalyst.IAMSWorkspaceProxy
public class IAMSWorkspaceProxy
Internal use class Proxy for 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 | |
---|---|
boolean |
noncastable
|
static java.lang.Class |
targetClass
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.trackinganalyst.IAMSWorkspace |
---|
IID, IID8598e852_28f4_11d5_b7de_00010265adc5 |
Constructor Summary | |
---|---|
|
IAMSWorkspaceProxy()
For internal use only |
|
IAMSWorkspaceProxy(java.lang.Object obj)
|
protected |
IAMSWorkspaceProxy(java.lang.Object obj,
java.lang.String iid)
|
|
IAMSWorkspaceProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
IAMSWorkspaceProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
|
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 |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
void |
storeProperties()
Stores connection properties in the workspace. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IAMSWorkspaceProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IAMSWorkspaceProxy()
public IAMSWorkspaceProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IAMSWorkspaceProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IAMSWorkspaceProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void connect() throws java.io.IOException, AutomationException
connect
in interface IAMSWorkspace
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void disconnect() throws java.io.IOException, AutomationException
disconnect
in interface IAMSWorkspace
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFeatureClass openFeatureClass(java.lang.String name) throws java.io.IOException, AutomationException
openFeatureClass
in interface IAMSWorkspace
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITable openTable(java.lang.String name) throws java.io.IOException, AutomationException
openTable
in interface IAMSWorkspace
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITable createTable(java.lang.String name, IFields fields, IUID clsid, IUID eXTCLSID, java.lang.String configKeyword) throws java.io.IOException, AutomationException
createTable
in interface IAMSWorkspace
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.public 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
createFeatureClass
in interface IAMSWorkspace
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.public IQueryDef createQueryDef() throws java.io.IOException, AutomationException
createQueryDef
in interface IAMSWorkspace
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFeatureDataset openFeatureQuery(java.lang.String queryName, IQueryDef pQueryDef) throws java.io.IOException, AutomationException
openFeatureQuery
in interface IAMSWorkspace
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.public IServerConnection getServerConnection() throws java.io.IOException, AutomationException
getServerConnection
in interface IAMSWorkspace
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void storeProperties() throws java.io.IOException, AutomationException
storeProperties
in interface IAMSWorkspace
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void loadProperties(java.lang.String bstrTableName) throws java.io.IOException, AutomationException
loadProperties
in interface IAMSWorkspace
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 |