public interface IRing2 extends IRing, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID6011fa75_0c4a_11d6_9fa9_00c04f6bdf0d |
static int |
xxDummy
Deprecated.
Internal use only
|
IID592121ae_4cc8_11d1_834e_0000f8775be9
IID0a82061c_95cb_11d0_82f7_0000f8034032
IID1b077916_38c5_11d0_92d2_00805f7c28b0
IID1b07790d_38c5_11d0_92d2_00805f7c28b0
Modifier and Type | Method and Description |
---|---|
void |
reshapeEx(IPath reshapeSource,
IGeometry[] leftResult,
IGeometry[] rightResult)
Creates two new polygons by using segments from the ring and from reshapeSource.
|
close, getSubcurveEx, isExterior, reshape
generalize, queryChordLengthTangents, setChordLengthTangents, smooth, smoothLocal
getFromPoint, getLength, getSubcurve, getToPoint, isClosed, queryFromPoint, queryNormal, queryPoint, queryPointAndDistance, queryTangent, queryToPoint, reverseOrientation, setFromPoint, setToPoint
geoNormalize, geoNormalizeFromLongitude, getDimension, getEnvelope, getGeometryType, getSpatialReference, isEmpty, project, queryEnvelope, setEmpty, setSpatialReferenceByRef, snapToSpatialReference
static final int IID6011fa75_0c4a_11d6_9fa9_00c04f6bdf0d
static final int xxDummy
static final java.lang.String IID
void reshapeEx(IPath reshapeSource, IGeometry[] leftResult, IGeometry[] rightResult) throws java.io.IOException, AutomationException
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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.