|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.datainterop.FMEWorkspaceFactory
public class FMEWorkspaceFactory
COM Class 'FMEWorkspaceFactory'. Generated 3/19/2015 1:20:46 PM from 'C:\ArcGIS\COM\esriDataInterop.olb'
Description 'FMEWorkspaceFactory Class' 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.IPlugInWorkspaceFactoryHelper2 |
---|
IID, IIDa6ba6eda_95a0_49b9_9edf_a83099448798, xxDummy |
Fields inherited from interface com.esri.arcgis.system.ISupportErrorInfo |
---|
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy |
Constructor Summary | |
---|---|
FMEWorkspaceFactory()
Constructs a FMEWorkspaceFactory using ArcGIS Engine. |
|
FMEWorkspaceFactory(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. FMEWorkspaceFactory theFMEWorkspaceFactory = (FMEWorkspaceFactory) 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 |
equals(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
java.lang.String |
getDatasetDescription(int datasetType)
A desription of a detaset of the type specified. |
java.lang.String |
getDataSourceName()
The name of the data source. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
java.lang.String |
getWorkspaceDescription(boolean plural)
A singular or plural description of the type of workspace the workspace factory opens. |
IUID |
getWorkspaceFactoryTypeID()
The class ID which is registered in the WorkspaceFactory category. |
java.lang.String |
getWorkspaceString(java.lang.String parentDirectory,
IFileNames fileNames)
If parentDirectory is or contains a valid workspace, gets a string uniquely identifying that workspace. |
int |
getWorkspaceType()
The type of workspace the workspace factory opens. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
boolean |
isCanSupportSQL()
Indicates whether datasets of this type can process SQL queries. |
boolean |
isWorkspace(java.lang.String wksString)
Tests if the workspace string represents a valid workspace. |
IPlugInWorkspaceHelper |
openWorkspace(java.lang.String wksString)
Opens a workspace helper for the workspace identified by the workspace string. |
IPlugInWorkspaceHelper |
openWorkspaceEx(java.lang.String wksString,
IPropertySet pConnectionProps)
Opens a workspace helper for the workspace identified by the workspace string, using the connection properties. |
void |
release()
Release a FMEWorkspaceFactory. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FMEWorkspaceFactory() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic FMEWorkspaceFactory(java.lang.Object obj) throws java.io.IOException
FMEWorkspaceFactory theFMEWorkspaceFactory = (FMEWorkspaceFactory) obj;
obj
to FMEWorkspaceFactory
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public IPlugInWorkspaceHelper openWorkspaceEx(java.lang.String wksString, IPropertySet pConnectionProps) throws java.io.IOException, AutomationException
openWorkspaceEx
in interface IPlugInWorkspaceFactoryHelper2
wksString
- The wksString (in)pConnectionProps
- A reference to a com.esri.arcgis.system.IPropertySet (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDataSourceName() throws java.io.IOException, AutomationException
getDataSourceName
in interface IPlugInWorkspaceFactoryHelper
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDatasetDescription(int datasetType) throws java.io.IOException, AutomationException
getDatasetDescription
in interface IPlugInWorkspaceFactoryHelper
datasetType
- A com.esri.arcgis.geodatabase.esriDatasetType constant (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 IPlugInWorkspaceFactoryHelper
plural
- The plural (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IUID getWorkspaceFactoryTypeID() throws java.io.IOException, AutomationException
getWorkspaceFactoryTypeID
in interface IPlugInWorkspaceFactoryHelper
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 IPlugInWorkspaceFactoryHelper
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isCanSupportSQL() throws java.io.IOException, AutomationException
isCanSupportSQL
in interface IPlugInWorkspaceFactoryHelper
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isWorkspace(java.lang.String wksString) throws java.io.IOException, AutomationException
isWorkspace
in interface IPlugInWorkspaceFactoryHelper
wksString
- The wksString (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 IPlugInWorkspaceFactoryHelper
parentDirectory
- 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 java.lang.String getWorkspaceString(java.lang.String parentDirectory, IFileNames fileNames) throws java.io.IOException, AutomationException
getWorkspaceString
in interface IPlugInWorkspaceFactoryHelper
parentDirectory
- 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 IPlugInWorkspaceHelper openWorkspace(java.lang.String wksString) throws java.io.IOException, AutomationException
openWorkspace
in interface IPlugInWorkspaceFactoryHelper
wksString
- The wksString (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 ISupportErrorInfo
riid
- 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 |