| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGeometricBufferSourceSink
Client-supplied interface that provides support for buffering a group of geometries by different distances.
This interface is new at ArcGIS 9.3.
| Method Summary | |
|---|---|
 void | 
readNext(int[] geomID,
         IGeometry[] nextGeometry,
         double[] pDistance)
Reads the next geometry (along with a client specified geometry id) and distance from the source - or returns a nil geometry when at the end.  | 
 void | 
writeNext(int geomID,
          IGeometry pBufferedGeometry)
Writes the next output buffer to its destination.  | 
| Method Detail | 
|---|
void readNext(int[] geomID,
              IGeometry[] nextGeometry,
              double[] pDistance)
              throws IOException,
                     AutomationException
geomID - The geomID  (out: use single element array)nextGeometry - A reference to a com.esri.arcgis.geometry.IGeometry  (out: use single element array)pDistance - The pDistance  (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void writeNext(int geomID,
               IGeometry pBufferedGeometry)
               throws IOException,
                      AutomationException
geomID - The geomID  (in)pBufferedGeometry - 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 | ||||||||