public interface IPolycurve extends ICurve, java.io.Serializable
Description: 'Provides access to members that define operations common to polylines and the boundaries of polygons.' 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 |
IID4aff82e0_f984_11d1_bca7_0000f875bcce |
static int |
xxDummy
Deprecated.
Internal use only
|
IID1b077916_38c5_11d0_92d2_00805f7c28b0IID1b07790d_38c5_11d0_92d2_00805f7c28b0| Modifier and Type | Method and Description |
|---|---|
void |
densify(double maxSegmentLength,
double maxDeviation)
Converts this polycurve into a piecewise linear approximation of itself.
|
void |
generalize(double maxAllowableOffset)
Generalizes this polycurve using the Douglas-Peucker algorithm.
|
void |
smooth(double maxAllowableOffset)
Converts this curve into a smooth curve containing only Bezier curve segments.
|
void |
splitAtDistance(double distance,
boolean asRatio,
boolean createPart,
boolean[] splitHappened,
int[] newPartIndex,
int[] newSegmentIndex)
Introduces a new vertex into this polyline at a specified distance from the beginning of the polyline.
|
void |
splitAtPoint(IPoint splitPoint,
boolean projectOnto,
boolean createPart,
boolean[] splitHappened,
int[] newPartIndex,
int[] newSegmentIndex)
Introduces a new vertex into this polyline at the location on it closest to the input point.
|
void |
weed(double maxAllowableOffsetFactor)
Generalizes using a small tolerance based upon either the system units of the geometry's spatial reference, or the geometry's bounding box.
|
getFromPoint, 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 IID4aff82e0_f984_11d1_bca7_0000f875bcce
static final int xxDummy
static final java.lang.String IID
void densify(double maxSegmentLength,
double maxDeviation)
throws java.io.IOException,
AutomationException
maxSegmentLength - The maxSegmentLength (in)maxDeviation - The maxDeviation (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.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 weed(double maxAllowableOffsetFactor)
throws java.io.IOException,
AutomationException
maxAllowableOffsetFactor - The maxAllowableOffsetFactor (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 splitAtPoint(IPoint splitPoint, boolean projectOnto, boolean createPart, boolean[] splitHappened, int[] newPartIndex, int[] newSegmentIndex) throws java.io.IOException, AutomationException
splitPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)projectOnto - The projectOnto (in)createPart - The createPart (in)splitHappened - The splitHappened (out: use single element array)newPartIndex - The newPartIndex (out: use single element array)newSegmentIndex - The newSegmentIndex (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void splitAtDistance(double distance,
boolean asRatio,
boolean createPart,
boolean[] splitHappened,
int[] newPartIndex,
int[] newSegmentIndex)
throws java.io.IOException,
AutomationException
distance - The distance (in)asRatio - The asRatio (in)createPart - The createPart (in)splitHappened - The splitHappened (out: use single element array)newPartIndex - The newPartIndex (out: use single element array)newSegmentIndex - The newSegmentIndex (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.