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
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IID829a4f6b_a404_4590_ae37_1196af7ff6a0
Modifier | Constructor and Description |
---|---|
|
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.
|
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 |
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.
Removes a Java object as a listener to events generated by a COM object.
|
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
public static final java.lang.Class targetClass
public boolean noncastable
public IMensuration3DProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IMensuration3DProxy()
public IMensuration3DProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IMensuration3DProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IMensuration3DProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- 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.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
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.