com.esri.arcgis.geometry
Class IGeometryBridgeProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geometry.IGeometryBridgeProxy
All Implemented Interfaces:
IGeometryBridge, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IGeometryBridge2Proxy

Deprecated. Internal use only. Proxy for COM Interface 'IGeometryBridge'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeometry.olb'

Description: 'Provides access to a set of generic methods that can be used in all languages supported.' 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 =

public class IGeometryBridgeProxy
extends com.esri.arcgis.interop.Dispatch
implements IGeometryBridge, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.geometry.IGeometryBridge
IID, IID518cba93_621e_476a_824d_26a104a42902
 
Constructor Summary
  IGeometryBridgeProxy()
          Deprecated. For internal use only
  IGeometryBridgeProxy(java.lang.Object obj)
          Deprecated.  
protected IGeometryBridgeProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGeometryBridgeProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGeometryBridgeProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addGeometries(IGeometryCollection pGeometryCollection, IGeometry[] newGeometries)
          Deprecated. Adds references to the specified geometries.
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 void addPoints(IPointCollection4 pPointCollection, IPoint[] newPoints)
          Deprecated. Adds copies of the input points as vertices to this Path, Ring, Polyline, or Polygon; or references to the input points to this Multipoint, Triangles, TriangleFan, or TriangleStrip.
 void addSegments(ISegmentCollection pSegmentCollection, ISegment[] newSegments)
          Deprecated. Adds references to segments.
 void addWKSPointZs(IPointCollection4 pPointCollection, _WKSPointZ[] pointStructures)
          Deprecated. Adds vertices/points to this Path, Ring, Polyline, Polygon, Multipoint, Triangles, TriangleFan, TriangleStrip, or MultiPatch.
 IEnumGeometry constructBuffers(ITopologicalOperator2 pTopologicalOperator, double[] distances)
          Deprecated. Constructs a set of buffers at various distances.
 void densify(ISegment pSegment, double maxDeviation, int[] pcOutSegments, ILine[][] segments)
          Deprecated. Densify segment into the specified number of smaller segments.
 void getPoints(IPointCollection4 pPointCollection, int index, IPoint[][] points)
          Deprecated. Populates an array with references to points in the Multipoint.
 void insertGeometries(IGeometryCollection pGeometryCollection, int index, IGeometry[] newGeometries)
          Deprecated. Inserts at the specified index references to some number of geometries in the input array.
 void insertPoints(IPointCollection4 pPointCollection, int index, IPoint[] newPoints)
          Deprecated. Inserts copies of the input points as vertices into a Path, Ring, Polyline, or Polygon; or references to the input points into a Multipoint, Triangles, TriangleFan, or TriangleStrip.
 void insertSegments(ISegmentCollection pSegmentCollection, int index, ISegment[] newSegments)
          Deprecated. Inserts references to the input segments.
 void insertWKSPointZs(IPointCollection4 pPointCollection, int index, _WKSPointZ[] newPoints)
          Deprecated. Inserts new vertices/points into this Path, Ring, Polyline, Polygon, Multipoint, Triangles, TriangleFan, TriangleStrip, or MultiPatch.
 void queryBeginningRings(IMultiPatch pMultiPatch, int ringTypesDesired, IRing[][] beginningRings)
          Deprecated. Populates an array with references to all beginning rings of the specified types.
 void queryFollowingRings(IMultiPatch pMultiPatch, IRing beginningRing, IRing[][] followingRings)
          Deprecated. Populates an array with references to following rings that are in the ring group that starts with the specified beginning ring.
 void queryGeometries(IGeometryCollection pGeometryCollection, int index, IGeometry[][] geometries)
          Deprecated. Populates the array with references to a sub-sequence of geometries.
 void queryPoints(IPointCollection4 pPointCollection, int index, IPoint[][] points)
          Deprecated. Copies some points to an existing array of points.
 void querySegments(ISegmentCollection pSegmentCollection, int index, ISegment[][] segments)
          Deprecated. Returns references to some of the input segments.
 void queryWKSPointZs(IPointCollection4 pPointCollection, int index, _WKSPointZ[][] pointStructures)
          Deprecated. Copies vertices/points coordinates to the array of point structures.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void replacePoints(IPointCollection4 pPointCollection, int index, int goingAway, IPoint[] newPoints)
          Deprecated. Replaces vertices/points within a PointCollection.
 void replaceSegments(ISegmentCollection pSegmentCollection, int index, int goingAway, ISegment[] newSegments)
          Deprecated. Removes and inserts from segments.
 void setGeometries(IGeometryCollection pGeometryCollection, IGeometry[] newGeometries)
          Deprecated. Replaces all geometries in the collection with the specified number of references to those in the input array.
 void setPoints(IPointCollection4 pPointCollection, IPoint[] newPoints)
          Deprecated. Replaces all existing vertices of this Path, Ring, Polyline, or Polygon with copies of the input points; or all existing points of this Multipoint, Triangles, TriangleFan, or TriangleStrip with references to the input points.
 void setSegments(ISegmentCollection pSegmentCollection, ISegment[] newSegments)
          Deprecated. Replaces all segments with references to the input segments.
 void setWKSPointZs(IPointCollection4 pPointCollection, _WKSPointZ[] pointStructures)
          Deprecated. Replaces all vertices/points of this Path, Ring, Polyline, Polygon, Multipoint, Triangles, TriangleFan, TriangleStrip, or MultiPatch with new ones.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IGeometryBridgeProxy

public IGeometryBridgeProxy(java.lang.String CLSID,
                            java.lang.String host,
                            com.esri.arcgis.interop.AuthInfo authInfo)
                     throws java.net.UnknownHostException,
                            java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IGeometryBridgeProxy

public IGeometryBridgeProxy()
Deprecated. 
For internal use only


IGeometryBridgeProxy

public IGeometryBridgeProxy(java.lang.Object obj)
                     throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IGeometryBridgeProxy

protected IGeometryBridgeProxy(java.lang.Object obj,
                               java.lang.String iid)
                        throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IGeometryBridgeProxy

protected IGeometryBridgeProxy(java.lang.String CLSID,
                               java.lang.String iid,
                               java.lang.String host,
                               com.esri.arcgis.interop.AuthInfo authInfo)
                        throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

queryGeometries

public void queryGeometries(IGeometryCollection pGeometryCollection,
                            int index,
                            IGeometry[][] geometries)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Populates the array with references to a sub-sequence of geometries.

Specified by:
queryGeometries in interface IGeometryBridge
Parameters:
pGeometryCollection - A reference to a com.esri.arcgis.geometry.IGeometryCollection (in)
index - The index (in)
geometries - A reference to a com.esri.arcgis.geometry.IGeometry array (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addGeometries

public void addGeometries(IGeometryCollection pGeometryCollection,
                          IGeometry[] newGeometries)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Adds references to the specified geometries.

Specified by:
addGeometries in interface IGeometryBridge
Parameters:
pGeometryCollection - A reference to a com.esri.arcgis.geometry.IGeometryCollection (in)
newGeometries - A reference to a com.esri.arcgis.geometry.IGeometry array (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

insertGeometries

public void insertGeometries(IGeometryCollection pGeometryCollection,
                             int index,
                             IGeometry[] newGeometries)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Inserts at the specified index references to some number of geometries in the input array.

Specified by:
insertGeometries in interface IGeometryBridge
Parameters:
pGeometryCollection - A reference to a com.esri.arcgis.geometry.IGeometryCollection (in)
index - The index (in)
newGeometries - A reference to a com.esri.arcgis.geometry.IGeometry array (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGeometries

public void setGeometries(IGeometryCollection pGeometryCollection,
                          IGeometry[] newGeometries)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Replaces all geometries in the collection with the specified number of references to those in the input array.

Specified by:
setGeometries in interface IGeometryBridge
Parameters:
pGeometryCollection - A reference to a com.esri.arcgis.geometry.IGeometryCollection (in)
newGeometries - A reference to a com.esri.arcgis.geometry.IGeometry array (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryPoints

public void queryPoints(IPointCollection4 pPointCollection,
                        int index,
                        IPoint[][] points)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Copies some points to an existing array of points.

Specified by:
queryPoints in interface IGeometryBridge
Parameters:
pPointCollection - A reference to a com.esri.arcgis.geometry.IPointCollection4 (in)
index - The index (in)
points - A reference to a com.esri.arcgis.geometry.IPoint array (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

insertPoints

public void insertPoints(IPointCollection4 pPointCollection,
                         int index,
                         IPoint[] newPoints)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Inserts copies of the input points as vertices into a Path, Ring, Polyline, or Polygon; or references to the input points into a Multipoint, Triangles, TriangleFan, or TriangleStrip.

Specified by:
insertPoints in interface IGeometryBridge
Parameters:
pPointCollection - A reference to a com.esri.arcgis.geometry.IPointCollection4 (in)
index - The index (in)
newPoints - A reference to a com.esri.arcgis.geometry.IPoint array (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addPoints

public void addPoints(IPointCollection4 pPointCollection,
                      IPoint[] newPoints)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Adds copies of the input points as vertices to this Path, Ring, Polyline, or Polygon; or references to the input points to this Multipoint, Triangles, TriangleFan, or TriangleStrip.

Specified by:
addPoints in interface IGeometryBridge
Parameters:
pPointCollection - A reference to a com.esri.arcgis.geometry.IPointCollection4 (in)
newPoints - A reference to a com.esri.arcgis.geometry.IPoint array (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPoints

public void setPoints(IPointCollection4 pPointCollection,
                      IPoint[] newPoints)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Replaces all existing vertices of this Path, Ring, Polyline, or Polygon with copies of the input points; or all existing points of this Multipoint, Triangles, TriangleFan, or TriangleStrip with references to the input points.

Specified by:
setPoints in interface IGeometryBridge
Parameters:
pPointCollection - A reference to a com.esri.arcgis.geometry.IPointCollection4 (in)
newPoints - A reference to a com.esri.arcgis.geometry.IPoint array (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPoints

public void getPoints(IPointCollection4 pPointCollection,
                      int index,
                      IPoint[][] points)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Populates an array with references to points in the Multipoint. The QueryPoints method on IPointCollection makes copies of the points.

Specified by:
getPoints in interface IGeometryBridge
Parameters:
pPointCollection - A reference to a com.esri.arcgis.geometry.IPointCollection4 (in)
index - The index (in)
points - A reference to a com.esri.arcgis.geometry.IPoint array (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

replacePoints

public void replacePoints(IPointCollection4 pPointCollection,
                          int index,
                          int goingAway,
                          IPoint[] newPoints)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Replaces vertices/points within a PointCollection.

Specified by:
replacePoints in interface IGeometryBridge
Parameters:
pPointCollection - A reference to a com.esri.arcgis.geometry.IPointCollection4 (in)
index - The index (in)
goingAway - The goingAway (in)
newPoints - A reference to a com.esri.arcgis.geometry.IPoint array (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addWKSPointZs

public void addWKSPointZs(IPointCollection4 pPointCollection,
                          _WKSPointZ[] pointStructures)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Adds vertices/points to this Path, Ring, Polyline, Polygon, Multipoint, Triangles, TriangleFan, TriangleStrip, or MultiPatch.

Specified by:
addWKSPointZs in interface IGeometryBridge
Parameters:
pPointCollection - A reference to a com.esri.arcgis.geometry.IPointCollection4 (in)
pointStructures - A Structure: com.esri.arcgis.system._WKSPointZ (An array of com.esri.arcgis.system._WKSPointZ COM typedef) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setWKSPointZs

public void setWKSPointZs(IPointCollection4 pPointCollection,
                          _WKSPointZ[] pointStructures)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Replaces all vertices/points of this Path, Ring, Polyline, Polygon, Multipoint, Triangles, TriangleFan, TriangleStrip, or MultiPatch with new ones.

Specified by:
setWKSPointZs in interface IGeometryBridge
Parameters:
pPointCollection - A reference to a com.esri.arcgis.geometry.IPointCollection4 (in)
pointStructures - A Structure: com.esri.arcgis.system._WKSPointZ (An array of com.esri.arcgis.system._WKSPointZ COM typedef) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryWKSPointZs

public void queryWKSPointZs(IPointCollection4 pPointCollection,
                            int index,
                            _WKSPointZ[][] pointStructures)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Copies vertices/points coordinates to the array of point structures.

Specified by:
queryWKSPointZs in interface IGeometryBridge
Parameters:
pPointCollection - A reference to a com.esri.arcgis.geometry.IPointCollection4 (in)
index - The index (in)
pointStructures - A Structure: com.esri.arcgis.system._WKSPointZ (An array of com.esri.arcgis.system._WKSPointZ COM typedef) (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

insertWKSPointZs

public void insertWKSPointZs(IPointCollection4 pPointCollection,
                             int index,
                             _WKSPointZ[] newPoints)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Inserts new vertices/points into this Path, Ring, Polyline, Polygon, Multipoint, Triangles, TriangleFan, TriangleStrip, or MultiPatch.

Specified by:
insertWKSPointZs in interface IGeometryBridge
Parameters:
pPointCollection - A reference to a com.esri.arcgis.geometry.IPointCollection4 (in)
index - The index (in)
newPoints - A Structure: com.esri.arcgis.system._WKSPointZ (An array of com.esri.arcgis.system._WKSPointZ COM typedef) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

querySegments

public void querySegments(ISegmentCollection pSegmentCollection,
                          int index,
                          ISegment[][] segments)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Returns references to some of the input segments.

Specified by:
querySegments in interface IGeometryBridge
Parameters:
pSegmentCollection - A reference to a com.esri.arcgis.geometry.ISegmentCollection (in)
index - The index (in)
segments - A reference to a com.esri.arcgis.geometry.ISegment array (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addSegments

public void addSegments(ISegmentCollection pSegmentCollection,
                        ISegment[] newSegments)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Adds references to segments.

Specified by:
addSegments in interface IGeometryBridge
Parameters:
pSegmentCollection - A reference to a com.esri.arcgis.geometry.ISegmentCollection (in)
newSegments - A reference to a com.esri.arcgis.geometry.ISegment array (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

insertSegments

public void insertSegments(ISegmentCollection pSegmentCollection,
                           int index,
                           ISegment[] newSegments)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Inserts references to the input segments.

Specified by:
insertSegments in interface IGeometryBridge
Parameters:
pSegmentCollection - A reference to a com.esri.arcgis.geometry.ISegmentCollection (in)
index - The index (in)
newSegments - A reference to a com.esri.arcgis.geometry.ISegment array (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

replaceSegments

public void replaceSegments(ISegmentCollection pSegmentCollection,
                            int index,
                            int goingAway,
                            ISegment[] newSegments)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Removes and inserts from segments.

Specified by:
replaceSegments in interface IGeometryBridge
Parameters:
pSegmentCollection - A reference to a com.esri.arcgis.geometry.ISegmentCollection (in)
index - The index (in)
goingAway - The goingAway (in)
newSegments - A reference to a com.esri.arcgis.geometry.ISegment array (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSegments

public void setSegments(ISegmentCollection pSegmentCollection,
                        ISegment[] newSegments)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Replaces all segments with references to the input segments.

Specified by:
setSegments in interface IGeometryBridge
Parameters:
pSegmentCollection - A reference to a com.esri.arcgis.geometry.ISegmentCollection (in)
newSegments - A reference to a com.esri.arcgis.geometry.ISegment array (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

densify

public void densify(ISegment pSegment,
                    double maxDeviation,
                    int[] pcOutSegments,
                    ILine[][] segments)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Densify segment into the specified number of smaller segments.

Specified by:
densify in interface IGeometryBridge
Parameters:
pSegment - A reference to a com.esri.arcgis.geometry.ISegment (in)
maxDeviation - The maxDeviation (in)
pcOutSegments - The pcOutSegments (in/out: use single element array)
segments - A reference to a com.esri.arcgis.geometry.ILine array (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

constructBuffers

public IEnumGeometry constructBuffers(ITopologicalOperator2 pTopologicalOperator,
                                      double[] distances)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Constructs a set of buffers at various distances. More efficient than calling Buffer repeatedly on the same geometry.

Specified by:
constructBuffers in interface IGeometryBridge
Parameters:
pTopologicalOperator - A reference to a com.esri.arcgis.geometry.ITopologicalOperator2 (in)
distances - The distances (in)
Returns:
A reference to a com.esri.arcgis.geometry.IEnumGeometry
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryBeginningRings

public void queryBeginningRings(IMultiPatch pMultiPatch,
                                int ringTypesDesired,
                                IRing[][] beginningRings)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Populates an array with references to all beginning rings of the specified types.

Specified by:
queryBeginningRings in interface IGeometryBridge
Parameters:
pMultiPatch - A reference to a com.esri.arcgis.geometry.IMultiPatch (in)
ringTypesDesired - The ringTypesDesired (in)
beginningRings - A reference to a com.esri.arcgis.geometry.IRing array (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryFollowingRings

public void queryFollowingRings(IMultiPatch pMultiPatch,
                                IRing beginningRing,
                                IRing[][] followingRings)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Populates an array with references to following rings that are in the ring group that starts with the specified beginning ring.

Specified by:
queryFollowingRings in interface IGeometryBridge
Parameters:
pMultiPatch - A reference to a com.esri.arcgis.geometry.IMultiPatch (in)
beginningRing - A reference to a com.esri.arcgis.geometry.IRing (in)
followingRings - A reference to a com.esri.arcgis.geometry.IRing array (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.