|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IMensuration3D
Provides basic 3D mensuration functionality.
| Method Summary | |
|---|---|
void |
getAngle3D(IPoint pFirstPoint,
IPoint pSecondPoint,
IAngularMeasurement[] ppAzimuthAngle,
IAngularMeasurement[] ppElevationAngle)
Computes the 3D angle of the line connecting the two input 2D map points. |
void |
getAreaAndPerimeter3D(IPolygon pPolygon,
IPolygonMeasurement[] ppPolygonMeasurement)
Computes the 3D area and perimeter of a 2D polygon with no interior holes. |
void |
getCentroid3D(IPolygon pPolygon,
IPointMeasurement[] ppPointMeasurement)
Computes the 3D centroid of a 2D polygon with no interior holes.. |
void |
getDistance3D(IPoint pFirstPoint,
IPoint pSecondPoint,
IDistanceMeasurement[] ppDistMeasurement)
Computes the 3D actual distance between two points given their 2D map points. |
void |
getPoint3D(IPoint pInPoint,
IPointMeasurement[] ppPointMeasurement)
Computes a 3D point given a 2D map points. |
boolean |
isCanMeasure3D()
Indicates if 3D mensuration is supported. |
| Method Detail |
|---|
boolean isCanMeasure3D()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getPoint3D(IPoint pInPoint,
IPointMeasurement[] ppPointMeasurement)
throws IOException,
AutomationException
pInPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)ppPointMeasurement - A reference to a com.esri.arcgis.datasourcesraster.IPointMeasurement (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getCentroid3D(IPolygon pPolygon,
IPointMeasurement[] ppPointMeasurement)
throws IOException,
AutomationException
pPolygon - A reference to a com.esri.arcgis.geometry.IPolygon (in)ppPointMeasurement - A reference to a com.esri.arcgis.datasourcesraster.IPointMeasurement (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getDistance3D(IPoint pFirstPoint,
IPoint pSecondPoint,
IDistanceMeasurement[] ppDistMeasurement)
throws IOException,
AutomationException
pFirstPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)pSecondPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)ppDistMeasurement - A reference to a com.esri.arcgis.datasourcesraster.IDistanceMeasurement (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getAngle3D(IPoint pFirstPoint,
IPoint pSecondPoint,
IAngularMeasurement[] ppAzimuthAngle,
IAngularMeasurement[] ppElevationAngle)
throws IOException,
AutomationException
pFirstPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)pSecondPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)ppAzimuthAngle - A reference to a com.esri.arcgis.datasourcesraster.IAngularMeasurement (out: use single element array)ppElevationAngle - A reference to a com.esri.arcgis.datasourcesraster.IAngularMeasurement (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getAreaAndPerimeter3D(IPolygon pPolygon,
IPolygonMeasurement[] ppPolygonMeasurement)
throws IOException,
AutomationException
pPolygon - A reference to a com.esri.arcgis.geometry.IPolygon (in)ppPolygonMeasurement - A reference to a com.esri.arcgis.datasourcesraster.IPolygonMeasurement (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 | ||||||||