public interface IGeometricBufferSourceSink
extends java.io.Serializable
Description: 'Client-supplied interface that provides support for buffering a group of geometries by different distances.' 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 |
IIDd21aaa44_d277_4d18_8edf_d90debca3f40 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IIDd21aaa44_d277_4d18_8edf_d90debca3f40
static final int xxDummy
static final java.lang.String IID
void readNext(int[] geomID, IGeometry[] nextGeometry, double[] pDistance) throws java.io.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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void writeNext(int geomID, IGeometry pBufferedGeometry) throws java.io.IOException, AutomationException
geomID
- The geomID (in)pBufferedGeometry
- 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.