public interface IFeatureClassUtil
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDd3cb0fc2_8c02_11d3_9f91_00c04f6bdf0c |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IFeature |
getFeature(long 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.
|
static final int IIDd3cb0fc2_8c02_11d3_9f91_00c04f6bdf0c
static final int xxDummy
static final java.lang.String IID
IFeature getFeature(long oID, ISpatialReference spatialReference) throws java.io.IOException, AutomationException
oID
- Signed 64-bit int (in)spatialReference
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IFeatureCursor getFeatures(java.lang.Object oids, boolean recycling, ISpatialReference spatialReference) throws java.io.IOException, AutomationException
oids
- A Variant (in)recycling
- The recycling (in)spatialReference
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.