|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFeatureBuffer
Provides access to setting and returning the default shape in the feature buffer.
The IFeatureBuffer interface is the same as IRowBuffer except it applies to feature buffers rather than row buffers. It is for use primarily with insert feature cursors.
IFeature
,
IFeatureCursor
Method Summary | |
---|---|
IGeometry |
getShape()
The default shape in the feature buffer. |
void |
setShapeByRef(IGeometry shape)
The default shape in the feature buffer. |
Methods inherited from interface com.esri.arcgis.geodatabase.IRowBuffer |
---|
getFields, getValue, setValue |
Method Detail |
---|
IGeometry getShape() throws IOException, AutomationException
All edits to features that participate in a Topology or Geometric Network must be performed within an edit session and bracketed within an edit operation.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShapeByRef(IGeometry shape) throws IOException, AutomationException
shape
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
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 |