|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISegmentZ2
Provides access to members that allow manipulations of segments with Zs.
This interface is new at ArcGIS 9.3. It supersedes ISegmentZ2.
This interface is for internal use only.
Method Summary | |
---|---|
void |
densify3D(int cMaxSegments,
double maxDeviation,
int[] pcOutSegments,
ILine[] ppSegments)
Densify segment into the specified number of smaller segments. |
Methods inherited from interface com.esri.arcgis.geometry.ISegmentZ |
---|
getZs, setZs |
Method Detail |
---|
void densify3D(int cMaxSegments, double maxDeviation, int[] pcOutSegments, ILine[] ppSegments) throws IOException, AutomationException
This method is not intended to be called directly. To densify a SegmentZ, add it to a PolylineZ and call IPolycurve3D.Densify3D on the PolylineZ.
cMaxSegments
- The cMaxSegments (in)maxDeviation
- The maxDeviation (in)pcOutSegments
- The pcOutSegments (out: use single element array)ppSegments
- A reference to a com.esri.arcgis.geometry.ILine (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |