com.esri.arcgis.geometry
Interface IRing2

All Superinterfaces:
ICurve, IGeometry, IPath, IRing, java.io.Serializable
All Known Implementing Classes:
IRing2Proxy, Ring

public interface IRing2
extends IRing, java.io.Serializable

COM Interface 'IRing2'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeometry.olb'

Description: 'Provides extended access to members that identify a ring and define its behavior.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID6011fa75_0c4a_11d6_9fa9_00c04f6bdf0d
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geometry.IRing
IID592121ae_4cc8_11d1_834e_0000f8775be9
 
Fields inherited from interface com.esri.arcgis.geometry.IPath
IID0a82061c_95cb_11d0_82f7_0000f8034032
 
Fields inherited from interface com.esri.arcgis.geometry.ICurve
IID1b077916_38c5_11d0_92d2_00805f7c28b0
 
Fields inherited from interface com.esri.arcgis.geometry.IGeometry
IID1b07790d_38c5_11d0_92d2_00805f7c28b0
 
Method Summary
 void reshapeEx(IPath reshapeSource, IGeometry[] leftResult, IGeometry[] rightResult)
          Creates two new polygons by using segments from the ring and from reshapeSource.
 
Methods inherited from interface com.esri.arcgis.geometry.IRing
close, getSubcurveEx, isExterior, reshape
 
Methods inherited from interface com.esri.arcgis.geometry.IPath
generalize, queryChordLengthTangents, setChordLengthTangents, smooth, smoothLocal
 
Methods inherited from interface com.esri.arcgis.geometry.ICurve
getFromPoint, getLength, getSubcurve, getToPoint, isClosed, queryFromPoint, queryNormal, queryPoint, queryPointAndDistance, queryTangent, queryToPoint, reverseOrientation, setFromPoint, setToPoint
 
Methods inherited from interface com.esri.arcgis.geometry.IGeometry
geoNormalize, geoNormalizeFromLongitude, getDimension, getEnvelope, getGeometryType, getSpatialReference, isEmpty, project, queryEnvelope, setEmpty, setSpatialReferenceByRef, snapToSpatialReference
 

Field Detail

IID6011fa75_0c4a_11d6_9fa9_00c04f6bdf0d

static final int IID6011fa75_0c4a_11d6_9fa9_00c04f6bdf0d
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

reshapeEx

void reshapeEx(IPath reshapeSource,
               IGeometry[] leftResult,
               IGeometry[] rightResult)
               throws java.io.IOException,
                      AutomationException
Creates two new polygons by using segments from the ring and from reshapeSource.

Parameters:
reshapeSource - A reference to a com.esri.arcgis.geometry.IPath (in)
leftResult - A reference to a com.esri.arcgis.geometry.IGeometry (out: use single element array)
rightResult - A reference to a com.esri.arcgis.geometry.IGeometry (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.