com.esri.arcgis.geodatabase
Interface IFeatureClassUtil

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IFeatureClassUtilProxy, SchematicInMemoryFeatureClass

public interface IFeatureClassUtil
extends java.io.Serializable

COM Interface 'IFeatureClassUtil'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that return features in the specified spatial reference.' 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
static java.lang.String IID
          Deprecated. Internal use only
static int IIDd3cb0fc2_8c02_11d3_9f91_00c04f6bdf0c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IFeature getFeature(int oID, ISpatialReference spatialReference)
          Gets the feature from the database with the specified object ID, in the specified spatial reference.
 IFeatureCursor getFeatures(java.lang.Object oids, boolean recycling, ISpatialReference spatialReference)
          Get a cursor of features given a set of object ids, in the specified spatial reference.
 

Field Detail

IIDd3cb0fc2_8c02_11d3_9f91_00c04f6bdf0c

static final int IIDd3cb0fc2_8c02_11d3_9f91_00c04f6bdf0c
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getFeature

IFeature getFeature(int oID,
                    ISpatialReference spatialReference)
                    throws java.io.IOException,
                           AutomationException
Gets the feature from the database with the specified object ID, in the specified spatial reference.

Parameters:
oID - The oID (in)
spatialReference - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IFeature
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFeatures

IFeatureCursor getFeatures(java.lang.Object oids,
                           boolean recycling,
                           ISpatialReference spatialReference)
                           throws java.io.IOException,
                                  AutomationException
Get a cursor of features given a set of object ids, in the specified spatial reference.

Parameters:
oids - A Variant (in)
recycling - The recycling (in)
spatialReference - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IFeatureCursor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.