public interface IMensuration3D
extends java.io.Serializable
Description: 'Provides basic 3D mensuration functionality.' 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 |
IID829a4f6b_a404_4590_ae37_1196af7ff6a0 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID829a4f6b_a404_4590_ae37_1196af7ff6a0
static final int xxDummy
static final java.lang.String IID
boolean isCanMeasure3D() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getPoint3D(IPoint pInPoint, IPointMeasurement[] ppPointMeasurement) throws java.io.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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getCentroid3D(IPolygon pPolygon, IPointMeasurement[] ppPointMeasurement) throws java.io.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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getDistance3D(IPoint pFirstPoint, IPoint pSecondPoint, IDistanceMeasurement[] ppDistMeasurement) throws java.io.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)java.io.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 java.io.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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getAreaAndPerimeter3D(IPolygon pPolygon, IPolygonMeasurement[] ppPolygonMeasurement) throws java.io.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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.