|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.datainterop.FMEDatasetHelper
public class FMEDatasetHelper
COM Class 'FMEDatasetHelper'. Generated 3/19/2015 1:20:46 PM from 'C:\ArcGIS\COM\esriDataInterop.olb'
Description 'FMEDatasetHelper 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.IPlugInFastRowCount |
---|
IID, IIDc3dd33fe_6447_4472_8898_693ab4acfcfc, xxDummy |
Fields inherited from interface com.esri.arcgis.system.ISupportErrorInfo |
---|
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy |
Constructor Summary | |
---|---|
FMEDatasetHelper()
Constructs a FMEDatasetHelper using ArcGIS Engine. |
|
FMEDatasetHelper(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. FMEDatasetHelper theFMEDatasetHelper = (FMEDatasetHelper) obj; |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
IPlugInCursorHelper |
fetchAll(int classIndex,
java.lang.String whereClause,
java.lang.Object fieldMap)
Gets all the records in the database. |
IPlugInCursorHelper |
fetchByEnvelope(int classIndex,
IEnvelope env,
boolean strictSearch,
java.lang.String whereClause,
java.lang.Object fieldMap)
Gets the records within the envelope (or the full extent if the envelope is null). |
IPlugInCursorHelper |
fetchByID(int classIndex,
int iD,
java.lang.Object fieldMap)
Gets a record by object id. |
IEnvelope |
getBounds()
The extent of the dataset. |
int |
getClassCount()
The number of classes in the dataset. |
int |
getClassIndex(java.lang.String name)
The index of the named class. |
java.lang.String |
getClassName(int index)
The name of the indicated class. |
static java.lang.String |
getClsid()
getClsid. |
int |
getDatasetType()
The type of the dataset. |
IFields |
getFields(int classIndex)
The field set of the indicated class. |
int |
getGeometryType()
The geometry type of the dataset. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
java.lang.String |
getLocalDatasetName()
The name of the dataset within the workspace. |
int |
getOIDFieldIndex(int classIndex)
The index of the oid field in the field set of the indicated dataset. |
int |
getRowCount()
The number of rows in the dataset. |
int |
getShapeFieldIndex(int classIndex)
The index of the shape field in the field set of the indicated dataset. |
java.lang.String |
getShapeFieldName()
The name of the dataset's shape field. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
void |
release()
Release a FMEDatasetHelper. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FMEDatasetHelper() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic FMEDatasetHelper(java.lang.Object obj) throws java.io.IOException
FMEDatasetHelper theFMEDatasetHelper = (FMEDatasetHelper) obj;
obj
to FMEDatasetHelper
.
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 java.lang.String getLocalDatasetName() throws java.io.IOException, AutomationException
Returns the local name of this dataset. This is the name that will show up in ArcCatalog, and that will be passed to the OpenDataset method of the workspace.
getLocalDatasetName
in interface IPlugInDatasetInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getDatasetType() throws java.io.IOException, AutomationException
Returns the dataset type of this dataset. Determines what kind of icon the dataset will have in ArcCatalog.
getDatasetType
in interface IPlugInDatasetInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getGeometryType() throws java.io.IOException, AutomationException
Returns the geometry type of this dataset. Only called if the dataset type is feature class. Determines which feature class icon the dataset will have in ArcCatalog.
getGeometryType
in interface IPlugInDatasetInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getShapeFieldName() throws java.io.IOException, AutomationException
Returns the name of the shape field of this dataset. Only called if dataset type is feature class and geometry type is not null. Used to construct the FeatureClassName.
getShapeFieldName
in interface IPlugInDatasetInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getRowCount() throws java.io.IOException, AutomationException
getRowCount
in interface IPlugInFastRowCount
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getClassCount() throws java.io.IOException, AutomationException
Returns the number of classes contained in this dataset. Tables and standalone feature classes should return 1.
getClassCount
in interface IPlugInDatasetHelper
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getClassName(int index) throws java.io.IOException, AutomationException
getClassName
in interface IPlugInDatasetHelper
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getClassIndex(java.lang.String name) throws java.io.IOException, AutomationException
getClassIndex
in interface IPlugInDatasetHelper
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnvelope getBounds() throws java.io.IOException, AutomationException
Gets an envelope which is the full extent of the data in the dataset. Implementations of the getBounds method should employ the com.esri.arcgis.geometry.Envelope class to define and return an envelope that corresponds to the full extent of the data in the dataset. The spatial reference property on the envelope must be set. All feature classes in a feature dataset share the same bounds and spatial reference.
getBounds
in interface IPlugInDatasetHelper
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFields getFields(int classIndex) throws java.io.IOException, AutomationException
getFields
in interface IPlugInDatasetHelper
classIndex
- The classIndex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getOIDFieldIndex(int classIndex) throws java.io.IOException, AutomationException
getOIDFieldIndex
in interface IPlugInDatasetHelper
classIndex
- The classIndex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getShapeFieldIndex(int classIndex) throws java.io.IOException, AutomationException
getShapeFieldIndex
in interface IPlugInDatasetHelper
classIndex
- The classIndex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPlugInCursorHelper fetchByID(int classIndex, int iD, java.lang.Object fieldMap) throws java.io.IOException, AutomationException
Returns a record by object ID. The cursor will have a single record. If there is no object with the given id, this method should fail.
FieldMap indicates which fields should be returned by the query. See IPlugInCursorHelper::QueryValues and IPlugInFastQueryValues::FastQueryValues for a description of how to use the field map.
fetchByID
in interface IPlugInDatasetHelper
classIndex
- The classIndex (in)iD
- The iD (in)fieldMap
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPlugInCursorHelper fetchAll(int classIndex, java.lang.String whereClause, java.lang.Object fieldMap) throws java.io.IOException, AutomationException
Returns a cursor of all the records in the dataset that match the optional where clause. An empty or null where clause means all records should be returned. The where clause will always be null if IPlugInWorkspaceFactoryHelper::CanSupportSQL returns false. The method should fail if there are no records.
The field map indicates which fields should be returned by the query. See IPlugInCursorHelper::QueryValues and IPlugInFastQueryValues::FastQueryValues for a description of how to use the field map.
fetchAll
in interface IPlugInDatasetHelper
classIndex
- The classIndex (in)whereClause
- The whereClause (in)fieldMap
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPlugInCursorHelper fetchByEnvelope(int classIndex, IEnvelope env, boolean strictSearch, java.lang.String whereClause, java.lang.Object fieldMap) throws java.io.IOException, AutomationException
Returns a record set of all records that are in the envelope and that match the optional where clause. The where clause will always be null if IPlugInWorkspaceFactoryHelper::CanSupportSQL returns false. The method should fail if there are no records in the envelope that match the optional where clause.
Fieldmap indicates which fields should be returned by the query. See IPlugInCursorHelper::QueryValues and IPlugInFastQueryValues::FastQueryValues for a description of how to use the field map.
Many data sources use spatial indexes or other spatial organization methods. If strictSearch is false, these data sources should return a cursor containing all the records which are in indexes or blocks within the query envelope. If strictSearch is true, the cursor should contain only the records within the envelope. Data sources that don’t use indexes or blocks may ignore this parameter.
The FetchByEnvelope function returns all records in the Dataset if the Envelope parameter given is Nothing.
fetchByEnvelope
in interface IPlugInDatasetHelper
classIndex
- The classIndex (in)env
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)strictSearch
- The strictSearch (in)whereClause
- The whereClause (in)fieldMap
- A Variant (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 |