public interface IPath extends ICurve, java.io.Serializable
Description: 'Provides access to members that identify a path 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 |
IID0a82061c_95cb_11d0_82f7_0000f8034032 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID1b077916_38c5_11d0_92d2_00805f7c28b0
IID1b07790d_38c5_11d0_92d2_00805f7c28b0
Modifier and Type | Method and Description |
---|---|
void |
generalize(double maxAllowableOffset)
Generalizes this path using the Douglas-Peucker algorithm.
|
void |
queryChordLengthTangents(int pointIndex,
IPoint prevTangent,
boolean[] prevSetByUser,
IPoint nextTangent,
boolean[] nextSetByUser)
Returns tangent vectors (relative to corresponding endpoint) at both sides of a Bezier end point; and whether they have been set by user or by smoothing process.
|
void |
setChordLengthTangents(int pointIndex,
IPoint prevTangent,
IPoint nextTangent)
Sets tangent vectors (relative to corresponding endpoint) at both sides of a Bezier end point; if either is Nothing, they will be set by smoothing process.
|
void |
smooth(double maxAllowableOffset)
Converts this path into a smooth approximation of itself that contains only Bezier curve segments.
|
void |
smoothLocal(int vertexIndex)
Replaces up to four segments (two on each of the specified vertex index) with bezier curves.
|
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 IID0a82061c_95cb_11d0_82f7_0000f8034032
static final int xxDummy
static final java.lang.String IID
void generalize(double maxAllowableOffset) throws java.io.IOException, AutomationException
maxAllowableOffset
- The maxAllowableOffset (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void smooth(double maxAllowableOffset) throws java.io.IOException, AutomationException
maxAllowableOffset
- The maxAllowableOffset (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void smoothLocal(int vertexIndex) throws java.io.IOException, AutomationException
vertexIndex
- The vertexIndex (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void queryChordLengthTangents(int pointIndex, IPoint prevTangent, boolean[] prevSetByUser, IPoint nextTangent, boolean[] nextSetByUser) throws java.io.IOException, AutomationException
pointIndex
- The pointIndex (in)prevTangent
- A reference to a com.esri.arcgis.geometry.IPoint (in)prevSetByUser
- The prevSetByUser (in/out: use single element array)nextTangent
- A reference to a com.esri.arcgis.geometry.IPoint (in)nextSetByUser
- The nextSetByUser (in/out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setChordLengthTangents(int pointIndex, IPoint prevTangent, IPoint nextTangent) throws java.io.IOException, AutomationException
pointIndex
- The pointIndex (in)prevTangent
- A reference to a com.esri.arcgis.geometry.IPoint (in)nextTangent
- A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.