com.esri.arcgis.geometry
Interface IPolycurve3

All Superinterfaces:
ICurve, IGeometry, IPolycurve, IPolycurve2, java.io.Serializable
All Known Implementing Classes:
IPolycurve3Proxy

public interface IPolycurve3
extends IPolycurve2, java.io.Serializable

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

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID92e9489d_5a7a_4a82_b7a7_885df6e1ed5e
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geometry.IPolycurve2
IIDf4737332_f6b7_11d3_9f6a_00c04f6bdd7f
 
Fields inherited from interface com.esri.arcgis.geometry.IPolycurve
IID4aff82e0_f984_11d1_bca7_0000f875bcce
 
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 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
 
Methods inherited from interface com.esri.arcgis.geometry.IPolycurve2
densifyByAngle, splitAtDistances, splitAtPoints
 
Methods inherited from interface com.esri.arcgis.geometry.IPolycurve
densify, generalize, smooth, splitAtDistance, splitAtPoint, weed
 
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

IID92e9489d_5a7a_4a82_b7a7_885df6e1ed5e

static final int IID92e9489d_5a7a_4a82_b7a7_885df6e1ed5e
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

densifyByAngleEx

void densifyByAngleEx(double maxSegmentLength,
                      double maxAngleDeviation,
                      boolean bTrackAll,
                      int[] cOriginalSegments,
                      esriOriginalSegmentMapping[] originalSegments)
                      throws java.io.IOException,
                             AutomationException
densifyByAngleEx

Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

densifyEx

void densifyEx(double maxSegmentLength,
               double maxDeviation,
               boolean bTrackAll,
               int[] cOriginalSegments,
               esriOriginalSegmentMapping[] originalSegments)
               throws java.io.IOException,
                      AutomationException
densifyEx

Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.