public interface IFeature extends IObject, java.io.Serializable
Description: 'Provides access to members that return and set properties of a feature.' 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 |
IIDd4803ee9_79f4_11d0_97fc_0080c7f79481 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID1afcdb34_ac09_11d2_8a1e_006097aff44e
IIDfcb01cb4_9f0b_11d0_bec7_00805f7c4268
IID93684651_1a83_11d1_8802_0000f877762d
Modifier and Type | Method and Description |
---|---|
IEnvelope |
getExtent()
The extent of the feature.
|
int |
getFeatureType()
The type of the feature.
|
IGeometry |
getShape()
A reference to the default shape for the feature.
|
IGeometry |
getShapeCopy()
A cloned copy of the default shape for the feature.
|
void |
setShapeByRef(IGeometry shape)
A reference to the default shape for the feature.
|
esri_getClass
delete, getOID, getTable, isHasOID, store
getFields, getValue, setValue
static final int IIDd4803ee9_79f4_11d0_97fc_0080c7f79481
static final int xxDummy
static final java.lang.String IID
IGeometry getShapeCopy() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IGeometry getShape() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setShapeByRef(IGeometry shape) throws java.io.IOException, AutomationException
shape
- A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnvelope getExtent() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getFeatureType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.