public class Mensuration extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IMensuration, IMensuration3D, ISupportErrorInfo
Description 'Implenments interface IMensuration to provide commercial basic mensuration services for the Esri Mensuration System.' 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 =
IID, IID63ae4f70_bf55_480e_b2e0_49c5528bc4f2, xxDummy
IID, IID829a4f6b_a404_4590_ae37_1196af7ff6a0, xxDummy
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy
Constructor and Description |
---|
Mensuration()
Constructs a Mensuration using ArcGIS Engine.
|
Mensuration(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
Mensuration theMensuration = (Mensuration) obj; |
Modifier and Type | Method and Description |
---|---|
void |
convertAngular(int fromUnit,
int toUnit,
double inputValue,
double[] pOutputValue)
Converts angular measurement from 'fromUnit' to 'toUnit.
|
void |
convertArea(int fromUnit,
int toUnit,
double inputValue,
double[] pOutputValue)
Converts area measurement from 'fromUnit' to 'toUnit.
|
java.lang.String |
convertDisplayCoordUnit(int desiredDisplayUnit,
IPoint pGeographicPt)
Gets different coordinate unit display representation for input point (latitude, longitude).
|
void |
convertErrCovarianceUnits(int inHorizAngularUnit,
int outHorizAngularUnit,
int inHorizLinearUnit,
int outHorizLinearUnit,
int inVertUnit,
int outVertUnit,
int horizontalUnitType,
IDoubleArray pCovariance)
Converts the covariance matrix's units.
|
void |
convertLinear(int fromUnit,
int toUnit,
double inputValue,
double[] pOutputValue)
Converts linear measurement from 'fromUnit' to 'toUnit.
|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
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 |
getAreaAndPerimeter(IPolygon pPolygon,
IPolygonMeasurement[] ppPolygonMeasurement)
Computes the area and perimeter of a polygon with no interior holes.
|
void |
getAreaAndPerimeter3D(IPolygon pPolygon,
IPolygonMeasurement[] ppPolygonMeasurement)
Computes the 3D area and perimeter of a 2D polygon with no interior holes.
|
void |
getAzimuthAngle(IPoint pFirstPoint,
IPoint pSecondPoint,
IAngularMeasurement[] ppAngleMeasurement)
Computes the azimuth angle of the line connecting the two input map points.
|
void |
getCentroid(IPolygon pPolygon,
IPointMeasurement[] ppPointMeasurement)
Gets the coordinates of the centroid of a polygon and the associated error covariance matrix.
|
void |
getCentroid3D(IPolygon pPolygon,
IPointMeasurement[] ppPointMeasurement)
Computes the 3D centroid of a 2D polygon with no interior holes..
|
static java.lang.String |
getClsid()
getClsid.
|
IDoubleArray |
getDefaultPointingErrCovariance()
Default pointing error covariance matrix.
|
IRaster |
getDEM()
The DEM for the raster to be used for mensuration.
|
double |
getDesiredPrecision()
The iteration precision of the image-to-ground and ground-to-image calculations.
|
void |
getDistance(IPoint pFirstPoint,
IPoint pSecondPoint,
IDistanceMeasurement[] ppDistMeasurement)
Computes the actual distance between two points given their map points.
|
void |
getDistance3D(IPoint pFirstPoint,
IPoint pSecondPoint,
IDistanceMeasurement[] ppDistMeasurement)
Computes the 3D actual distance between two points given their 2D map points.
|
void |
getHeightFromBaseAndTop(IPoint pBaseOfObject,
IPoint pTopOfObject,
IHeightMeasurement[] ppHtMeasurement)
Estimates the height of an object given the base and the top map points of the object.
|
void |
getHeightFromBaseAndTopShadow(IPoint pBaseOfObject,
IPoint pTopShadowOfObject,
IHeightMeasurement[] ppHtMeasurement)
Estimates the height of an object given the map point of the object's base and the tip of the object's top shadow.
|
void |
getHeightFromTopAndTopShadow(IPoint pTopOfObject,
IPoint pTopShadowOfObject,
IHeightMeasurement[] ppHtMeasurement)
Estimates the height of an object given the top map point of the object and the tip of the object's top shadow.
|
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
java.lang.String |
getName()
The name of this IMensuration object.
|
void |
getPoint(IPoint pPoint,
IPointMeasurement[] ppPointMeasurement)
Gets the coordinates of a map point and the associated error covariance matrix.
|
void |
getPoint3D(IPoint pInPoint,
IPointMeasurement[] ppPointMeasurement)
Computes a 3D point given a 2D map points.
|
java.lang.String |
getSensorModel()
The name of the sensor model currently being used by this IMensuration object.
|
IPropertySet |
getSensorModelProperties()
The properties of the current sensor model.
|
java.lang.Object |
getSensorModelProperty(java.lang.String propertyName)
Gets a property value of the sensor model currently being used by this IMensuration.
|
java.lang.String |
getTMName()
The name of the TerrainModel used by this IMensuration object.
|
java.lang.String |
getVersion()
The version of this IMensuration.
|
int |
hashCode()
the hashcode for this object
|
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo
|
boolean |
isCanErrorPropagate()
Indicates if the sensor model associated with the current image segment supports error propagation.
|
boolean |
isCanMeasure()
Indicates if the specified image segment can be used for mensuration.
|
boolean |
isCanMeasure3D()
Indicates if 3D mensuration is supported.
|
boolean |
isCanMeasureHeightBaseToTop()
Indicates if the sensor model associated with the current image segment supports height mensuration.
|
boolean |
isCanMeasureHeightBaseToTopShadow()
Indicates if the sensor model associated with the current image segment supports shadow mensuration.
|
boolean |
isCanMeasureHeightTopToTopShadow()
Indicates if the sensor model associated with the current image segment supports shadow mensuration.
|
boolean |
isCanMeasureMonoscopic()
Indicates if the sensor model associated with the current image segment supports monoscopic mensuration.
|
boolean |
isCanMeasureMultiImages()
Indicates if the sensor model associated with the current image segment supports multi-image mensuration.
|
boolean |
isCanMeasureStereoscopic()
Indicates if the sensor model associated with the current image segment supports stereoscopic mensuration.
|
boolean |
isValid()
Indicates if all the required system parameters and resources of this IMensuration have been successfully initialized.
|
void |
putSensorModelProperty(java.lang.String propertyKey,
java.lang.String propertyValue)
Sets a property value of the sensor model.
|
void |
putTerrainParameters(java.lang.String terrainModelDataSrc,
java.lang.String terrainModelName)
Sets the name of the terrain model and the associated terrain model data source information.
|
void |
release()
Release this COM object reference
|
void |
setDefaultPointingErrCovariance(IDoubleArray ppPointingErrCovMatrix)
Default pointing error covariance matrix.
|
void |
setDEMByRef(IRaster ppRaster)
The DEM for the raster to be used for mensuration.
|
void |
setDesiredPrecision(double pPrecision)
The iteration precision of the image-to-ground and ground-to-image calculations.
|
void |
setRasterByRef(IRaster rhs1)
The raster object to be used for mensuration.
|
void |
significantFigures(double measurementValue,
double uncertainty,
java.lang.String[] pMeasurement,
java.lang.String[] pUncertainty)
Truncates input mensuration and uncertainty values based on acceptable rules for reporting measurement and uncertianty values.
|
public Mensuration() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problemsjava.net.UnknownHostException
- if there are interop problemspublic Mensuration(java.lang.Object obj) throws java.io.IOException
Mensuration theMensuration = (Mensuration) obj;
obj
to Mensuration
.obj
- an object returned from ArcGIS Engine or Serverjava.io.IOException
- if there are interop problemspublic static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public boolean isCanErrorPropagate() throws java.io.IOException, AutomationException
isCanErrorPropagate
in interface IMensuration
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isCanMeasure() throws java.io.IOException, AutomationException
isCanMeasure
in interface IMensuration
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isCanMeasureHeightBaseToTop() throws java.io.IOException, AutomationException
isCanMeasureHeightBaseToTop
in interface IMensuration
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isCanMeasureMonoscopic() throws java.io.IOException, AutomationException
isCanMeasureMonoscopic
in interface IMensuration
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isCanMeasureMultiImages() throws java.io.IOException, AutomationException
isCanMeasureMultiImages
in interface IMensuration
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isCanMeasureHeightTopToTopShadow() throws java.io.IOException, AutomationException
isCanMeasureHeightTopToTopShadow
in interface IMensuration
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isCanMeasureHeightBaseToTopShadow() throws java.io.IOException, AutomationException
isCanMeasureHeightBaseToTopShadow
in interface IMensuration
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isCanMeasureStereoscopic() throws java.io.IOException, AutomationException
isCanMeasureStereoscopic
in interface IMensuration
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void convertAngular(int fromUnit, int toUnit, double inputValue, double[] pOutputValue) throws java.io.IOException, AutomationException
convertAngular
in interface IMensuration
fromUnit
- A com.esri.arcgis.system.esriDirectionUnits constant (in)toUnit
- A com.esri.arcgis.system.esriDirectionUnits constant (in)inputValue
- The inputValue (in)pOutputValue
- The pOutputValue (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void convertArea(int fromUnit, int toUnit, double inputValue, double[] pOutputValue) throws java.io.IOException, AutomationException
convertArea
in interface IMensuration
fromUnit
- A com.esri.arcgis.system.esriAreaUnits constant (in)toUnit
- A com.esri.arcgis.system.esriAreaUnits constant (in)inputValue
- The inputValue (in)pOutputValue
- The pOutputValue (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String convertDisplayCoordUnit(int desiredDisplayUnit, IPoint pGeographicPt) throws java.io.IOException, AutomationException
convertDisplayCoordUnit
in interface IMensuration
desiredDisplayUnit
- A com.esri.arcgis.datasourcesraster.esriDisplayCoordUnitType constant (in)pGeographicPt
- 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.public void convertLinear(int fromUnit, int toUnit, double inputValue, double[] pOutputValue) throws java.io.IOException, AutomationException
convertLinear
in interface IMensuration
fromUnit
- A com.esri.arcgis.system.esriUnits constant (in)toUnit
- A com.esri.arcgis.system.esriUnits constant (in)inputValue
- The inputValue (in)pOutputValue
- The pOutputValue (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void convertErrCovarianceUnits(int inHorizAngularUnit, int outHorizAngularUnit, int inHorizLinearUnit, int outHorizLinearUnit, int inVertUnit, int outVertUnit, int horizontalUnitType, IDoubleArray pCovariance) throws java.io.IOException, AutomationException
convertErrCovarianceUnits
in interface IMensuration
inHorizAngularUnit
- A com.esri.arcgis.system.esriDirectionUnits constant (in)outHorizAngularUnit
- A com.esri.arcgis.system.esriDirectionUnits constant (in)inHorizLinearUnit
- A com.esri.arcgis.system.esriUnits constant (in)outHorizLinearUnit
- A com.esri.arcgis.system.esriUnits constant (in)inVertUnit
- A com.esri.arcgis.system.esriUnits constant (in)outVertUnit
- A com.esri.arcgis.system.esriUnits constant (in)horizontalUnitType
- The horizontalUnitType (in)pCovariance
- A reference to a com.esri.arcgis.system.IDoubleArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IDoubleArray getDefaultPointingErrCovariance() throws java.io.IOException, AutomationException
getDefaultPointingErrCovariance
in interface IMensuration
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setDefaultPointingErrCovariance(IDoubleArray ppPointingErrCovMatrix) throws java.io.IOException, AutomationException
setDefaultPointingErrCovariance
in interface IMensuration
ppPointingErrCovMatrix
- A reference to a com.esri.arcgis.system.IDoubleArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IRaster getDEM() throws java.io.IOException, AutomationException
getDEM
in interface IMensuration
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setDEMByRef(IRaster ppRaster) throws java.io.IOException, AutomationException
setDEMByRef
in interface IMensuration
ppRaster
- A reference to a com.esri.arcgis.geodatabase.IRaster (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getDesiredPrecision() throws java.io.IOException, AutomationException
getDesiredPrecision
in interface IMensuration
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setDesiredPrecision(double pPrecision) throws java.io.IOException, AutomationException
setDesiredPrecision
in interface IMensuration
pPrecision
- The pPrecision (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void getAreaAndPerimeter(IPolygon pPolygon, IPolygonMeasurement[] ppPolygonMeasurement) throws java.io.IOException, AutomationException
getAreaAndPerimeter
in interface IMensuration
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.public void getAzimuthAngle(IPoint pFirstPoint, IPoint pSecondPoint, IAngularMeasurement[] ppAngleMeasurement) throws java.io.IOException, AutomationException
getAzimuthAngle
in interface IMensuration
pFirstPoint
- A reference to a com.esri.arcgis.geometry.IPoint (in)pSecondPoint
- A reference to a com.esri.arcgis.geometry.IPoint (in)ppAngleMeasurement
- 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.public void getCentroid(IPolygon pPolygon, IPointMeasurement[] ppPointMeasurement) throws java.io.IOException, AutomationException
getCentroid
in interface IMensuration
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.public void getDistance(IPoint pFirstPoint, IPoint pSecondPoint, IDistanceMeasurement[] ppDistMeasurement) throws java.io.IOException, AutomationException
getDistance
in interface IMensuration
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.public void getHeightFromBaseAndTop(IPoint pBaseOfObject, IPoint pTopOfObject, IHeightMeasurement[] ppHtMeasurement) throws java.io.IOException, AutomationException
getHeightFromBaseAndTop
in interface IMensuration
pBaseOfObject
- A reference to a com.esri.arcgis.geometry.IPoint (in)pTopOfObject
- A reference to a com.esri.arcgis.geometry.IPoint (in)ppHtMeasurement
- A reference to a com.esri.arcgis.datasourcesraster.IHeightMeasurement (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void getHeightFromBaseAndTopShadow(IPoint pBaseOfObject, IPoint pTopShadowOfObject, IHeightMeasurement[] ppHtMeasurement) throws java.io.IOException, AutomationException
getHeightFromBaseAndTopShadow
in interface IMensuration
pBaseOfObject
- A reference to a com.esri.arcgis.geometry.IPoint (in)pTopShadowOfObject
- A reference to a com.esri.arcgis.geometry.IPoint (in)ppHtMeasurement
- A reference to a com.esri.arcgis.datasourcesraster.IHeightMeasurement (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void getHeightFromTopAndTopShadow(IPoint pTopOfObject, IPoint pTopShadowOfObject, IHeightMeasurement[] ppHtMeasurement) throws java.io.IOException, AutomationException
getHeightFromTopAndTopShadow
in interface IMensuration
pTopOfObject
- A reference to a com.esri.arcgis.geometry.IPoint (in)pTopShadowOfObject
- A reference to a com.esri.arcgis.geometry.IPoint (in)ppHtMeasurement
- A reference to a com.esri.arcgis.datasourcesraster.IHeightMeasurement (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void getPoint(IPoint pPoint, IPointMeasurement[] ppPointMeasurement) throws java.io.IOException, AutomationException
getPoint
in interface IMensuration
pPoint
- 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.public java.lang.Object getSensorModelProperty(java.lang.String propertyName) throws java.io.IOException, AutomationException
getSensorModelProperty
in interface IMensuration
propertyName
- The propertyName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getName() throws java.io.IOException, AutomationException
getName
in interface IMensuration
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void putSensorModelProperty(java.lang.String propertyKey, java.lang.String propertyValue) throws java.io.IOException, AutomationException
putSensorModelProperty
in interface IMensuration
propertyKey
- The propertyKey (in)propertyValue
- The propertyValue (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void putTerrainParameters(java.lang.String terrainModelDataSrc, java.lang.String terrainModelName) throws java.io.IOException, AutomationException
putTerrainParameters
in interface IMensuration
terrainModelDataSrc
- The terrainModelDataSrc (in)terrainModelName
- The terrainModelName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setRasterByRef(IRaster rhs1) throws java.io.IOException, AutomationException
setRasterByRef
in interface IMensuration
rhs1
- A reference to a com.esri.arcgis.geodatabase.IRaster (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getSensorModel() throws java.io.IOException, AutomationException
getSensorModel
in interface IMensuration
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IPropertySet getSensorModelProperties() throws java.io.IOException, AutomationException
getSensorModelProperties
in interface IMensuration
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void significantFigures(double measurementValue, double uncertainty, java.lang.String[] pMeasurement, java.lang.String[] pUncertainty) throws java.io.IOException, AutomationException
significantFigures
in interface IMensuration
measurementValue
- The measurementValue (in)uncertainty
- The uncertainty (in)pMeasurement
- The pMeasurement (out: use single element array)pUncertainty
- The pUncertainty (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getTMName() throws java.io.IOException, AutomationException
getTMName
in interface IMensuration
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isValid() throws java.io.IOException, AutomationException
isValid
in interface IMensuration
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getVersion() throws java.io.IOException, AutomationException
getVersion
in interface IMensuration
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isCanMeasure3D() throws java.io.IOException, AutomationException
isCanMeasure3D
in interface IMensuration3D
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void getPoint3D(IPoint pInPoint, IPointMeasurement[] ppPointMeasurement) throws java.io.IOException, AutomationException
getPoint3D
in interface IMensuration3D
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.public void getCentroid3D(IPolygon pPolygon, IPointMeasurement[] ppPointMeasurement) throws java.io.IOException, AutomationException
getCentroid3D
in interface IMensuration3D
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.public void getDistance3D(IPoint pFirstPoint, IPoint pSecondPoint, IDistanceMeasurement[] ppDistMeasurement) throws java.io.IOException, AutomationException
getDistance3D
in interface IMensuration3D
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.public void getAngle3D(IPoint pFirstPoint, IPoint pSecondPoint, IAngularMeasurement[] ppAzimuthAngle, IAngularMeasurement[] ppElevationAngle) throws java.io.IOException, AutomationException
getAngle3D
in interface IMensuration3D
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.public void getAreaAndPerimeter3D(IPolygon pPolygon, IPolygonMeasurement[] ppPolygonMeasurement) throws java.io.IOException, AutomationException
getAreaAndPerimeter3D
in interface IMensuration3D
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.public void interfaceSupportsErrorInfo(GUID riid) throws java.io.IOException, AutomationException
interfaceSupportsErrorInfo
in interface ISupportErrorInfo
riid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.