public interface IFeatureBuffer extends IRowBuffer, java.io.Serializable
Description: 'Provides access to setting and returning the default shape in the feature buffer.' 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 |
IID956a4e53_2482_11d1_89d8_006097aff44e |
static int |
xxDummy
Deprecated.
Internal use only
|
IID93684651_1a83_11d1_8802_0000f877762d
Modifier and Type | Method and Description |
---|---|
IGeometry |
getShape()
The default shape in the feature buffer.
|
void |
setShapeByRef(IGeometry shape)
The default shape in the feature buffer.
|
getFields, getValue, setValue
static final int IID956a4e53_2482_11d1_89d8_006097aff44e
static final int xxDummy
static final java.lang.String IID
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.