Description: 'Provides basic mensuration functionality utilizing sensor models that are compliant with the Community Sensor Model (CSM) specification.' 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 =
public class IMensurationProxy extends com.esri.arcgis.interop.Dispatch implements IMensuration, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IID63ae4f70_bf55_480e_b2e0_49c5528bc4f2| Modifier | Constructor and Description |
|---|---|
|
IMensurationProxy()
Deprecated.
For internal use only
|
|
IMensurationProxy(java.lang.Object obj)
Deprecated.
|
protected |
IMensurationProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IMensurationProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IMensurationProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
void |
convertAngular(int fromUnit,
int toUnit,
double inputValue,
double[] pOutputValue)
Deprecated.
Converts angular measurement from 'fromUnit' to 'toUnit.
|
void |
convertArea(int fromUnit,
int toUnit,
double inputValue,
double[] pOutputValue)
Deprecated.
Converts area measurement from 'fromUnit' to 'toUnit.
|
java.lang.String |
convertDisplayCoordUnit(int desiredDisplayUnit,
IPoint pGeographicPt)
Deprecated.
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)
Deprecated.
Converts the covariance matrix's units.
|
void |
convertLinear(int fromUnit,
int toUnit,
double inputValue,
double[] pOutputValue)
Deprecated.
Converts linear measurement from 'fromUnit' to 'toUnit.
|
void |
getAreaAndPerimeter(IPolygon pPolygon,
IPolygonMeasurement[] ppPolygonMeasurement)
Deprecated.
Computes the area and perimeter of a polygon with no interior holes.
|
void |
getAzimuthAngle(IPoint pFirstPoint,
IPoint pSecondPoint,
IAngularMeasurement[] ppAngleMeasurement)
Deprecated.
Computes the azimuth angle of the line connecting the two input map points.
|
void |
getCentroid(IPolygon pPolygon,
IPointMeasurement[] ppPointMeasurement)
Deprecated.
Gets the coordinates of the centroid of a polygon and the associated error covariance matrix.
|
IDoubleArray |
getDefaultPointingErrCovariance()
Deprecated.
Default pointing error covariance matrix.
|
IRaster |
getDEM()
Deprecated.
The DEM for the raster to be used for mensuration.
|
double |
getDesiredPrecision()
Deprecated.
The iteration precision of the image-to-ground and ground-to-image calculations.
|
void |
getDistance(IPoint pFirstPoint,
IPoint pSecondPoint,
IDistanceMeasurement[] ppDistMeasurement)
Deprecated.
Computes the actual distance between two points given their map points.
|
void |
getHeightFromBaseAndTop(IPoint pBaseOfObject,
IPoint pTopOfObject,
IHeightMeasurement[] ppHtMeasurement)
Deprecated.
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)
Deprecated.
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)
Deprecated.
Estimates the height of an object given the top map point of the object and the tip of the object's top shadow.
|
java.lang.String |
getName()
Deprecated.
The name of this IMensuration object.
|
void |
getPoint(IPoint pPoint,
IPointMeasurement[] ppPointMeasurement)
Deprecated.
Gets the coordinates of a map point and the associated error covariance matrix.
|
java.lang.String |
getSensorModel()
Deprecated.
The name of the sensor model currently being used by this IMensuration object.
|
IPropertySet |
getSensorModelProperties()
Deprecated.
The properties of the current sensor model.
|
java.lang.Object |
getSensorModelProperty(java.lang.String propertyName)
Deprecated.
Gets a property value of the sensor model currently being used by this IMensuration.
|
java.lang.String |
getTMName()
Deprecated.
The name of the TerrainModel used by this IMensuration object.
|
java.lang.String |
getVersion()
Deprecated.
The version of this IMensuration.
|
boolean |
isCanErrorPropagate()
Deprecated.
Indicates if the sensor model associated with the current image segment supports error propagation.
|
boolean |
isCanMeasure()
Deprecated.
Indicates if the specified image segment can be used for mensuration.
|
boolean |
isCanMeasureHeightBaseToTop()
Deprecated.
Indicates if the sensor model associated with the current image segment supports height mensuration.
|
boolean |
isCanMeasureHeightBaseToTopShadow()
Deprecated.
Indicates if the sensor model associated with the current image segment supports shadow mensuration.
|
boolean |
isCanMeasureHeightTopToTopShadow()
Deprecated.
Indicates if the sensor model associated with the current image segment supports shadow mensuration.
|
boolean |
isCanMeasureMonoscopic()
Deprecated.
Indicates if the sensor model associated with the current image segment supports monoscopic mensuration.
|
boolean |
isCanMeasureMultiImages()
Deprecated.
Indicates if the sensor model associated with the current image segment supports multi-image mensuration.
|
boolean |
isCanMeasureStereoscopic()
Deprecated.
Indicates if the sensor model associated with the current image segment supports stereoscopic mensuration.
|
boolean |
isValid()
Deprecated.
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)
Deprecated.
Sets a property value of the sensor model.
|
void |
putTerrainParameters(java.lang.String terrainModelDataSrc,
java.lang.String terrainModelName)
Deprecated.
Sets the name of the terrain model and the associated terrain model data source information.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
void |
setDefaultPointingErrCovariance(IDoubleArray ppPointingErrCovMatrix)
Deprecated.
Default pointing error covariance matrix.
|
void |
setDEMByRef(IRaster ppRaster)
Deprecated.
The DEM for the raster to be used for mensuration.
|
void |
setDesiredPrecision(double pPrecision)
Deprecated.
The iteration precision of the image-to-ground and ground-to-image calculations.
|
void |
setRasterByRef(IRaster rhs1)
Deprecated.
The raster object to be used for mensuration.
|
void |
significantFigures(double measurementValue,
double uncertainty,
java.lang.String[] pMeasurement,
java.lang.String[] pUncertainty)
Deprecated.
Truncates input mensuration and uncertainty values based on acceptable rules for reporting measurement and uncertianty values.
|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternalpublic static final java.lang.Class targetClass
public boolean noncastable
public IMensurationProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic IMensurationProxy()
public IMensurationProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IMensurationProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IMensurationProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the eventsjava.io.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic boolean isCanErrorPropagate()
throws java.io.IOException,
AutomationException
isCanErrorPropagate in interface IMensurationjava.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 IMensurationjava.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 IMensurationjava.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 IMensurationjava.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 IMensurationjava.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 IMensurationjava.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 IMensurationjava.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 IMensurationjava.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 IMensurationfromUnit - 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 IMensurationfromUnit - 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 IMensurationdesiredDisplayUnit - 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 IMensurationfromUnit - 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 IMensurationinHorizAngularUnit - 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 IMensurationjava.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 IMensurationppPointingErrCovMatrix - 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 IMensurationjava.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 IMensurationppRaster - 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 IMensurationjava.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 IMensurationpPrecision - 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 IMensurationpPolygon - 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 IMensurationpFirstPoint - 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 IMensurationpPolygon - 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 IMensurationpFirstPoint - 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 IMensurationpBaseOfObject - 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 IMensurationpBaseOfObject - 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 IMensurationpTopOfObject - 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 IMensurationpPoint - 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 IMensurationpropertyName - 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 IMensurationjava.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 IMensurationpropertyKey - 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 IMensurationterrainModelDataSrc - 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 IMensurationrhs1 - 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 IMensurationjava.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 IMensurationjava.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 IMensurationmeasurementValue - 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 IMensurationjava.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 IMensurationjava.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 IMensurationjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.