com.esri.arcgis.datasourcesraster
Class IMensuration3DProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.IMensuration3DProxy
All Implemented Interfaces:
IMensuration3D, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IMensuration3D'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

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 =

public class IMensuration3DProxy
extends com.esri.arcgis.interop.Dispatch
implements IMensuration3D, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IMensuration3D
IID, IID829a4f6b_a404_4590_ae37_1196af7ff6a0
 
Constructor Summary
  IMensuration3DProxy()
          Deprecated. For internal use only
  IMensuration3DProxy(java.lang.Object obj)
          Deprecated.  
protected IMensuration3DProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IMensuration3DProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IMensuration3DProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 void getAngle3D(IPoint pFirstPoint, IPoint pSecondPoint, IAngularMeasurement[] ppAzimuthAngle, IAngularMeasurement[] ppElevationAngle)
          Deprecated. Computes the 3D angle of the line connecting the two input 2D map points.
 void getAreaAndPerimeter3D(IPolygon pPolygon, IPolygonMeasurement[] ppPolygonMeasurement)
          Deprecated. Computes the 3D area and perimeter of a 2D polygon with no interior holes.
 void getCentroid3D(IPolygon pPolygon, IPointMeasurement[] ppPointMeasurement)
          Deprecated. Computes the 3D centroid of a 2D polygon with no interior holes..
 void getDistance3D(IPoint pFirstPoint, IPoint pSecondPoint, IDistanceMeasurement[] ppDistMeasurement)
          Deprecated. Computes the 3D actual distance between two points given their 2D map points.
 void getPoint3D(IPoint pInPoint, IPointMeasurement[] ppPointMeasurement)
          Deprecated. Computes a 3D point given a 2D map points.
 boolean isCanMeasure3D()
          Deprecated. Indicates if 3D mensuration is supported.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
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, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IMensuration3DProxy

public IMensuration3DProxy(java.lang.String CLSID,
                           java.lang.String host,
                           com.esri.arcgis.interop.AuthInfo authInfo)
                    throws java.net.UnknownHostException,
                           java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IMensuration3DProxy

public IMensuration3DProxy()
Deprecated. 
For internal use only


IMensuration3DProxy

public IMensuration3DProxy(java.lang.Object obj)
                    throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IMensuration3DProxy

protected IMensuration3DProxy(java.lang.Object obj,
                              java.lang.String iid)
                       throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IMensuration3DProxy

protected IMensuration3DProxy(java.lang.String CLSID,
                              java.lang.String iid,
                              java.lang.String host,
                              com.esri.arcgis.interop.AuthInfo authInfo)
                       throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

isCanMeasure3D

public boolean isCanMeasure3D()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates if 3D mensuration is supported.

Specified by:
isCanMeasure3D in interface IMensuration3D
Returns:
The p3DMensurationCapable
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPoint3D

public void getPoint3D(IPoint pInPoint,
                       IPointMeasurement[] ppPointMeasurement)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Computes a 3D point given a 2D map points.

Specified by:
getPoint3D in interface IMensuration3D
Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCentroid3D

public void getCentroid3D(IPolygon pPolygon,
                          IPointMeasurement[] ppPointMeasurement)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Computes the 3D centroid of a 2D polygon with no interior holes..

Specified by:
getCentroid3D in interface IMensuration3D
Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDistance3D

public void getDistance3D(IPoint pFirstPoint,
                          IPoint pSecondPoint,
                          IDistanceMeasurement[] ppDistMeasurement)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Computes the 3D actual distance between two points given their 2D map points.

Specified by:
getDistance3D in interface IMensuration3D
Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAngle3D

public void getAngle3D(IPoint pFirstPoint,
                       IPoint pSecondPoint,
                       IAngularMeasurement[] ppAzimuthAngle,
                       IAngularMeasurement[] ppElevationAngle)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Computes the 3D angle of the line connecting the two input 2D map points.

Specified by:
getAngle3D in interface IMensuration3D
Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAreaAndPerimeter3D

public void getAreaAndPerimeter3D(IPolygon pPolygon,
                                  IPolygonMeasurement[] ppPolygonMeasurement)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Computes the 3D area and perimeter of a 2D polygon with no interior holes.

Specified by:
getAreaAndPerimeter3D in interface IMensuration3D
Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.