|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.trackinganalyst.AMSWorkspaceFactory
public class AMSWorkspaceFactory
COM Class 'AMSWorkspaceFactory'. Generated 3/19/2015 1:20:45 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'
Description 'Controls functionality for the tracking workspace factory.' 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 |
|---|
| Fields inherited from interface com.esri.arcgis.geodatabase.IWorkspaceFactory2 |
|---|
IID, IIDd29cd15f_3014_11d4_8141_00c04f686238, xxDummy |
| Fields inherited from interface com.esri.arcgis.geodatabase.IWorkspaceFactory |
|---|
IIDf173fc16_d63a_11d1_aa81_00c04fa33a15 |
| Fields inherited from interface com.esri.arcgis.geodatabase.IRemoteDatabaseWorkspaceFactory |
|---|
IID, IIDab4a2d7a_055b_11d2_aa97_00c04fa33a15, xxDummy |
| Fields inherited from interface com.esri.arcgis.geodatabaseextensions.ITemporalWorkspaceStatistics |
|---|
IID, IID052ac5b2_cdc1_479d_b69e_479e34a2c071, xxDummy |
| Fields inherited from interface com.esri.arcgis.system.ISupportErrorInfo |
|---|
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy |
| Constructor Summary | |
|---|---|
AMSWorkspaceFactory()
Constructs a AMSWorkspaceFactory using ArcGIS Engine. |
|
AMSWorkspaceFactory(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. AMSWorkspaceFactory theAMSWorkspaceFactory = (AMSWorkspaceFactory) obj; |
|
| Method Summary | |
|---|---|
boolean |
containsWorkspace(java.lang.String parentDirectory,
IFileNames fileNames)
Indicates if parentDirectory contains a valid workspace, or is a valid file-system workspace. |
boolean |
copy(IWorkspaceName workspaceName,
java.lang.String destinationFolder,
IWorkspaceName[] workspaceNameCopy)
Copies a workspace to the specified destination folder. |
IWorkspaceName |
create(java.lang.String parentDirectory,
java.lang.String name,
IPropertySet connectionProperties,
int hWnd)
Creates a new workspace specified by the directory, file name, and connection properties. |
void |
deleteConnectionFile(java.lang.String pathName)
Deletes the remote database workspace connection file. |
IWorkspaceName |
editConnectionFile(java.lang.String pathName,
int hWnd)
Edits the properties of a remote database workspace connection file. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
IPropertySet |
getAllMessageRates()
Indicates message rate for each TemporalFeatureClass under the workspace or workspace factory. |
IPropertySet |
getAllSampleSizes()
Indicates sample size used for calculating message rate for each TemporalFeatureClass under the workspace or workspace factory. |
IPropertySet |
getAllTotalFeatureCounts()
Indicates the total number of features logged for each TemporalFeatureClass under the workspace or workspace factory. |
IPropertySet |
getAllTrackCounts()
Indicates track count for each TemporalFeatureClass under the workspace or workspace factory. |
IUID |
getClassID()
The class ID of the WorkspaceFactory. |
static java.lang.String |
getClsid()
getClsid. |
IPropertySet |
getConnectionStatus()
Indicates the connection status of each workspace under the workspace factory |
IPropertySet |
getCurrentDiscardedMessageCounts()
Indicates current number of messages discarded. |
IPropertySet |
getDiscardedMessageCounts()
Indicates total number of messages discarded. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
IPropertySet |
getPulledMessageCounts()
Indicates total number of messages pulled. |
IPropertySet |
getQueuedMessageCounts()
Indicates total number of messages queued. |
IPropertySet |
getReceivedMessageCounts()
Indicates total number of messages received. |
java.lang.String |
getWorkspaceDescription(boolean plural)
A singular or plural description of the type of workspace the workspace factory opens/creates. |
IWorkspaceName |
getWorkspaceName(java.lang.String parentDirectory,
IFileNames fileNames)
Retrieves the workspace name of a workspace from the given list of file names. |
int |
getWorkspaceType()
The type of workspace the workspace factory opens/creates. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
boolean |
isWorkspace(java.lang.String fileName)
True if the specified file identifies a workspace supported by the workspace factory. |
boolean |
move(IWorkspaceName workspaceName,
java.lang.String destinationFolder)
Moves a workspace to the specified destination folder. |
IWorkspace |
open(IPropertySet connectionProperties,
int hWnd)
Opens the workspace specified by the connection properties. |
IWorkspace |
openFromFile(java.lang.String fileName,
int hWnd)
Opens the workspace specified by the given file name. |
IWorkspace |
openFromString(java.lang.String connectStr,
int hWnd)
Opens the workspace specified by a connection string. |
IPropertySet |
readConnectionPropertiesFromFile(java.lang.String fileName)
The connection properties from the specified file. |
void |
release()
Release a AMSWorkspaceFactory. |
IWorkspaceName |
renameConnectionFile(java.lang.String oldPathName,
java.lang.String newName)
Renames the remote database workspace connection file. |
void |
resetAllFeatureCounts()
Resets total feature count for each TemporalFeatureClass under the workspace or workspace factory. |
void |
resetAllMessageRates()
Resets message rate for each TemporalFeatureClass under the workspace or workspace factory. |
void |
setAllSampleSizes(int lSampleSize)
Sets sample size for each TemporalFeatureClass under the workspace or workspace factory. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AMSWorkspaceFactory()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public AMSWorkspaceFactory(java.lang.Object obj)
throws java.io.IOException
AMSWorkspaceFactory theAMSWorkspaceFactory = (AMSWorkspaceFactory) obj;
obj to AMSWorkspaceFactory.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public IWorkspace openFromString(java.lang.String connectStr,
int hWnd)
throws java.io.IOException,
AutomationException
openFromString in interface IWorkspaceFactory2connectStr - The connectStr (in)hWnd - The hWnd (A COM typedef) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IWorkspace open(IPropertySet connectionProperties,
int hWnd)
throws java.io.IOException,
AutomationException
open in interface IWorkspaceFactoryconnectionProperties - A reference to a com.esri.arcgis.system.IPropertySet (in)hWnd - The hWnd (A COM typedef) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IWorkspace openFromFile(java.lang.String fileName,
int hWnd)
throws java.io.IOException,
AutomationException
openFromFile in interface IWorkspaceFactoryfileName - The fileName (in)hWnd - The hWnd (A COM typedef) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IWorkspaceName create(java.lang.String parentDirectory,
java.lang.String name,
IPropertySet connectionProperties,
int hWnd)
throws java.io.IOException,
AutomationException
create in interface IWorkspaceFactoryparentDirectory - The parentDirectory (in)name - The name (in)connectionProperties - A reference to a com.esri.arcgis.system.IPropertySet (in)hWnd - The hWnd (A COM typedef) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean containsWorkspace(java.lang.String parentDirectory,
IFileNames fileNames)
throws java.io.IOException,
AutomationException
containsWorkspace in interface IWorkspaceFactoryparentDirectory - The parentDirectory (in)fileNames - A reference to a com.esri.arcgis.system.IFileNames (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IWorkspaceName getWorkspaceName(java.lang.String parentDirectory,
IFileNames fileNames)
throws java.io.IOException,
AutomationException
getWorkspaceName in interface IWorkspaceFactoryparentDirectory - The parentDirectory (in)fileNames - A reference to a com.esri.arcgis.system.IFileNames (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IUID getClassID()
throws java.io.IOException,
AutomationException
getClassID in interface IWorkspaceFactoryjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isWorkspace(java.lang.String fileName)
throws java.io.IOException,
AutomationException
isWorkspace in interface IWorkspaceFactoryfileName - The fileName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPropertySet readConnectionPropertiesFromFile(java.lang.String fileName)
throws java.io.IOException,
AutomationException
readConnectionPropertiesFromFile in interface IWorkspaceFactoryfileName - The fileName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getWorkspaceDescription(boolean plural)
throws java.io.IOException,
AutomationException
getWorkspaceDescription in interface IWorkspaceFactoryplural - The plural (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getWorkspaceType()
throws java.io.IOException,
AutomationException
getWorkspaceType in interface IWorkspaceFactoryjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean copy(IWorkspaceName workspaceName,
java.lang.String destinationFolder,
IWorkspaceName[] workspaceNameCopy)
throws java.io.IOException,
AutomationException
copy in interface IWorkspaceFactoryworkspaceName - A reference to a com.esri.arcgis.geodatabase.IWorkspaceName (in)destinationFolder - The destinationFolder (in)workspaceNameCopy - A reference to a com.esri.arcgis.geodatabase.IWorkspaceName (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean move(IWorkspaceName workspaceName,
java.lang.String destinationFolder)
throws java.io.IOException,
AutomationException
move in interface IWorkspaceFactoryworkspaceName - A reference to a com.esri.arcgis.geodatabase.IWorkspaceName (in)destinationFolder - The destinationFolder (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void deleteConnectionFile(java.lang.String pathName)
throws java.io.IOException,
AutomationException
deleteConnectionFile in interface IRemoteDatabaseWorkspaceFactorypathName - The pathName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IWorkspaceName renameConnectionFile(java.lang.String oldPathName,
java.lang.String newName)
throws java.io.IOException,
AutomationException
renameConnectionFile in interface IRemoteDatabaseWorkspaceFactoryoldPathName - The oldPathName (in)newName - The newName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IWorkspaceName editConnectionFile(java.lang.String pathName,
int hWnd)
throws java.io.IOException,
AutomationException
editConnectionFile in interface IRemoteDatabaseWorkspaceFactorypathName - The pathName (in)hWnd - The hWnd (A COM typedef) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPropertySet getAllTrackCounts()
throws java.io.IOException,
AutomationException
getAllTrackCounts in interface ITemporalWorkspaceStatisticsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPropertySet getAllMessageRates()
throws java.io.IOException,
AutomationException
getAllMessageRates in interface ITemporalWorkspaceStatisticsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPropertySet getAllSampleSizes()
throws java.io.IOException,
AutomationException
getAllSampleSizes in interface ITemporalWorkspaceStatisticsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPropertySet getAllTotalFeatureCounts()
throws java.io.IOException,
AutomationException
getAllTotalFeatureCounts in interface ITemporalWorkspaceStatisticsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPropertySet getConnectionStatus()
throws java.io.IOException,
AutomationException
getConnectionStatus in interface ITemporalWorkspaceStatisticsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPropertySet getReceivedMessageCounts()
throws java.io.IOException,
AutomationException
getReceivedMessageCounts in interface ITemporalWorkspaceStatisticsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPropertySet getPulledMessageCounts()
throws java.io.IOException,
AutomationException
getPulledMessageCounts in interface ITemporalWorkspaceStatisticsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPropertySet getDiscardedMessageCounts()
throws java.io.IOException,
AutomationException
getDiscardedMessageCounts in interface ITemporalWorkspaceStatisticsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPropertySet getCurrentDiscardedMessageCounts()
throws java.io.IOException,
AutomationException
getCurrentDiscardedMessageCounts in interface ITemporalWorkspaceStatisticsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPropertySet getQueuedMessageCounts()
throws java.io.IOException,
AutomationException
getQueuedMessageCounts in interface ITemporalWorkspaceStatisticsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void resetAllFeatureCounts()
throws java.io.IOException,
AutomationException
resetAllFeatureCounts in interface ITemporalWorkspaceStatisticsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void resetAllMessageRates()
throws java.io.IOException,
AutomationException
resetAllMessageRates in interface ITemporalWorkspaceStatisticsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAllSampleSizes(int lSampleSize)
throws java.io.IOException,
AutomationException
setAllSampleSizes in interface ITemporalWorkspaceStatisticslSampleSize - The lSampleSize (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void interfaceSupportsErrorInfo(GUID riid)
throws java.io.IOException,
AutomationException
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (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 | ||||||||