|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.datainterop.FMEWorkspaceHelper
public class FMEWorkspaceHelper
COM Class 'FMEWorkspaceHelper'. Generated 3/19/2015 1:20:46 PM from 'C:\ArcGIS\COM\esriDataInterop.olb'
Description 'FMEWorkspaceHelper 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.system.ISupportErrorInfo |
|---|
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy |
| Constructor Summary | |
|---|---|
FMEWorkspaceHelper()
Constructs a FMEWorkspaceHelper using ArcGIS Engine. |
|
FMEWorkspaceHelper(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. FMEWorkspaceHelper theFMEWorkspaceHelper = (FMEWorkspaceHelper) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
IArray |
getDatasetNames(int datasetType)
An array of dataset helpers for each dataset in the workspace. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
java.lang.String |
getMetadataPath(java.lang.String localName)
The path to the metadata file for the dataset indentified by localName. |
INativeType |
getNativeType(int datasetType,
java.lang.String localName)
The native type object for datasetType. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
boolean |
isOIDIsRecordNumber()
Indicates whether the OID is the number of the record, i.e., whether id's are continuous. |
boolean |
isRowCountIsCalculated()
Indicates if a dataset has to count each row to get the number of rows in the dataset. |
IPlugInDatasetHelper |
openDataset(java.lang.String localName)
Opens a dataset helper for the dataset identified by localName. |
void |
release()
Release a FMEWorkspaceHelper. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FMEWorkspaceHelper()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public FMEWorkspaceHelper(java.lang.Object obj)
throws java.io.IOException
FMEWorkspaceHelper theFMEWorkspaceHelper = (FMEWorkspaceHelper) obj;
obj to FMEWorkspaceHelper.
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 boolean isRowCountIsCalculated()
throws java.io.IOException,
AutomationException
Returns true if the only way to count the number of rows in the dataset is to get a cursor and count. If the data source has a faster method for getting a count of rows in a dataset, this method should return false and the optional interface IPlugInFastRowCount should be implemented on dataset helpers returned by OpenDataset. It is always safe to return true here.
isRowCountIsCalculated in interface IPlugInWorkspaceHelperjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isOIDIsRecordNumber()
throws java.io.IOException,
AutomationException
It should return true if the record number of your data source is used as the Object ID, that is the Object IDs are always continuous. If true, some joins are optimized.
isOIDIsRecordNumber in interface IPlugInWorkspaceHelperjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public INativeType getNativeType(int datasetType,
java.lang.String localName)
throws java.io.IOException,
AutomationException
getNativeType in interface IPlugInWorkspaceHelperdatasetType - A com.esri.arcgis.geodatabase.esriDatasetType constant (in)localName - The localName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IArray getDatasetNames(int datasetType)
throws java.io.IOException,
AutomationException
getDatasetNames in interface IPlugInWorkspaceHelperdatasetType - 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 IPlugInDatasetHelper openDataset(java.lang.String localName)
throws java.io.IOException,
AutomationException
Creates and initializes an instance of the dataset helper class and returns its IPlugInDatasetHelper pointer. If localName is not a local name of a dataset, the method should fail and return a null pointer.
openDataset in interface IPlugInWorkspaceHelperlocalName - The localName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getMetadataPath(java.lang.String localName)
throws java.io.IOException,
AutomationException
getMetadataPath in interface IPlugInMetadataPathlocalName - The localName (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 | ||||||||