public interface IPolycurve3 extends IPolycurve2, java.io.Serializable
Description: 'Provides access to members that extend IPolycurve with additional splitting and densification methods.' 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 |
IID92e9489d_5a7a_4a82_b7a7_885df6e1ed5e |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDf4737332_f6b7_11d3_9f6a_00c04f6bdd7fIID4aff82e0_f984_11d1_bca7_0000f875bcceIID1b077916_38c5_11d0_92d2_00805f7c28b0IID1b07790d_38c5_11d0_92d2_00805f7c28b0| Modifier and Type | Method and Description |
|---|---|
void |
densifyByAngleEx(double maxSegmentLength,
double maxAngleDeviation,
boolean bTrackAll,
int[] cOriginalSegments,
esriOriginalSegmentMapping[] originalSegments)
densifyByAngleEx
|
void |
densifyEx(double maxSegmentLength,
double maxDeviation,
boolean bTrackAll,
int[] cOriginalSegments,
esriOriginalSegmentMapping[] originalSegments)
densifyEx
|
densifyByAngle, splitAtDistances, splitAtPointsdensify, generalize, smooth, splitAtDistance, splitAtPoint, weedgetFromPoint, getLength, getSubcurve, getToPoint, isClosed, queryFromPoint, queryNormal, queryPoint, queryPointAndDistance, queryTangent, queryToPoint, reverseOrientation, setFromPoint, setToPointgeoNormalize, geoNormalizeFromLongitude, getDimension, getEnvelope, getGeometryType, getSpatialReference, isEmpty, project, queryEnvelope, setEmpty, setSpatialReferenceByRef, snapToSpatialReferencestatic final int IID92e9489d_5a7a_4a82_b7a7_885df6e1ed5e
static final int xxDummy
static final java.lang.String IID
void densifyByAngleEx(double maxSegmentLength,
double maxAngleDeviation,
boolean bTrackAll,
int[] cOriginalSegments,
esriOriginalSegmentMapping[] originalSegments)
throws java.io.IOException,
AutomationException
maxSegmentLength - The maxSegmentLength (in)maxAngleDeviation - The maxAngleDeviation (in)bTrackAll - The bTrackAll (in)cOriginalSegments - The cOriginalSegments (in/out: use single element array)originalSegments - A Structure: com.esri.arcgis.geometry.esriOriginalSegmentMapping (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void densifyEx(double maxSegmentLength,
double maxDeviation,
boolean bTrackAll,
int[] cOriginalSegments,
esriOriginalSegmentMapping[] originalSegments)
throws java.io.IOException,
AutomationException
maxSegmentLength - The maxSegmentLength (in)maxDeviation - The maxDeviation (in)bTrackAll - The bTrackAll (in)cOriginalSegments - The cOriginalSegments (in/out: use single element array)originalSegments - A Structure: com.esri.arcgis.geometry.esriOriginalSegmentMapping (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.