Description: 'Pushbroom Xform Utilities.' 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 IPushbroomUtilitiesProxy extends com.esri.arcgis.interop.Dispatch implements IPushbroomUtilities, 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, IIDbfefedb3_12cb_42c9_b59b_1092998414bb| Modifier | Constructor and Description |
|---|---|
|
IPushbroomUtilitiesProxy()
Deprecated.
For internal use only
|
|
IPushbroomUtilitiesProxy(java.lang.Object obj)
Deprecated.
|
protected |
IPushbroomUtilitiesProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IPushbroomUtilitiesProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IPushbroomUtilitiesProxy(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 |
convertECEFtoLonLat(double x,
double y,
double z,
double[] lon,
double[] lat,
double[] elev)
Deprecated.
Convert ECEF coordinates to longitude, latitude, elevation
|
void |
convertLonLatToECEF(double lon,
double lat,
double elev,
double[] x,
double[] y,
double[] z)
Deprecated.
Convert longitude, latitude, elevation to ECEF coordinates
|
void |
evalDIMAPTimeString(byte[] time_str,
int[] jDayPtr,
double[] fraction)
Deprecated.
Express DIMAP time string as fraction of a day
|
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.
|
double |
vectorCross(double[] v1,
double[] v2)
Deprecated.
Calculate cross product of two vectors.
|
void |
vectorDirection(double[] v,
double[] lon,
double[] lat)
Deprecated.
Express a 3D vector in polar coords (lon, lat).
|
void |
vectorIntersectEllipsoid(double[] vP,
double[] vU3,
double htAboveEllipsoid,
double[] lon,
double[] lat)
Deprecated.
Intersect a vector with an ellipsoidal surface plus height
|
double |
vectorNormalize(double[] v1)
Deprecated.
Normalize a vector so its length is 1.0.
|
double |
vectorRotate3Axes(double[] vIn,
double xRot,
double yRot,
double zRot)
Deprecated.
Rotate a vector about 3 axes (inputs radians)
|
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 IPushbroomUtilitiesProxy(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 IPushbroomUtilitiesProxy()
public IPushbroomUtilitiesProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IPushbroomUtilitiesProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IPushbroomUtilitiesProxy(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 double vectorNormalize(double[] v1)
throws java.io.IOException,
AutomationException
vectorNormalize in interface IPushbroomUtilitiesv1 - The v1 (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double vectorCross(double[] v1,
double[] v2)
throws java.io.IOException,
AutomationException
vectorCross in interface IPushbroomUtilitiesv1 - The v1 (in)v2 - The v2 (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void vectorDirection(double[] v,
double[] lon,
double[] lat)
throws java.io.IOException,
AutomationException
vectorDirection in interface IPushbroomUtilitiesv - The v (in)lon - The lon (in)lat - The lat (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void vectorIntersectEllipsoid(double[] vP,
double[] vU3,
double htAboveEllipsoid,
double[] lon,
double[] lat)
throws java.io.IOException,
AutomationException
vectorIntersectEllipsoid in interface IPushbroomUtilitiesvP - The vP (in)vU3 - The vU3 (in)htAboveEllipsoid - The htAboveEllipsoid (in)lon - The lon (out: use single element array)lat - The lat (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double vectorRotate3Axes(double[] vIn,
double xRot,
double yRot,
double zRot)
throws java.io.IOException,
AutomationException
vectorRotate3Axes in interface IPushbroomUtilitiesvIn - The vIn (in)xRot - The xRot (in)yRot - The yRot (in)zRot - The zRot (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void convertLonLatToECEF(double lon,
double lat,
double elev,
double[] x,
double[] y,
double[] z)
throws java.io.IOException,
AutomationException
convertLonLatToECEF in interface IPushbroomUtilitieslon - The lon (in)lat - The lat (in)elev - The elev (in)x - The x (out: use single element array)y - The y (out: use single element array)z - The z (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void convertECEFtoLonLat(double x,
double y,
double z,
double[] lon,
double[] lat,
double[] elev)
throws java.io.IOException,
AutomationException
convertECEFtoLonLat in interface IPushbroomUtilitiesx - The x (in)y - The y (in)z - The z (in)lon - The lon (out: use single element array)lat - The lat (out: use single element array)elev - The elev (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void evalDIMAPTimeString(byte[] time_str,
int[] jDayPtr,
double[] fraction)
throws java.io.IOException,
AutomationException
evalDIMAPTimeString in interface IPushbroomUtilitiestime_str - An signed byte (in)jDayPtr - The jDayPtr (out: use single element array)fraction - The fraction (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.