com.esri.arcgis.geometry
Interface IPolycurve4

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IPolycurveGeodetic
All Known Implementing Classes:
IPolycurve4Proxy, IPolycurveGeodeticProxy, Polygon, Polyline

public interface IPolycurve4
extends java.io.Serializable

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

Description: 'Provides geodesic operations on curves.' 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 IIDc0ea9a43_8884_4b70_9726_9cb6acfc0788
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void geodesicDensify(double maxSegmentLength)
          Densifies and reshapes existing segments so that the output segments follow the shortest ground path connecting input vertices.
 

Field Detail

IIDc0ea9a43_8884_4b70_9726_9cb6acfc0788

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

geodesicDensify

void geodesicDensify(double maxSegmentLength)
                     throws java.io.IOException,
                            AutomationException
Densifies and reshapes existing segments so that the output segments follow the shortest ground path connecting input vertices. maxSegmentLength is in the units of the axis of the underlying spheroid of this polyline's gcs (usually meters).

Parameters:
maxSegmentLength - The maxSegmentLength (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.