Description: 'Provides access to members that control a Pushbroom transform.' 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 IPushbroomXformProxy extends IGeodataXformProxy implements IPushbroomXform, 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, IID2145493d_c675_470e_8577_1f5d52170f55
IID5e6cf525_4e74_419b_946f_7da9bfdf815d
Modifier | Constructor and Description |
---|---|
|
IPushbroomXformProxy()
Deprecated.
For internal use only
|
|
IPushbroomXformProxy(java.lang.Object obj)
Deprecated.
|
protected |
IPushbroomXformProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IPushbroomXformProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IPushbroomXformProxy(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 |
computeRPCXform(IGeodataXform[] ppRPCXf)
Deprecated.
Compute RPC sensor Xform from Ephemeris data.
|
void |
defineRPCFromEphemerisAndAttitude(int[] numPt,
_WKSPointZ[] inXYZ,
_WKSPoint[] inImaxy)
Deprecated.
Compute the sensor model from Ephemeris data.
|
void |
get_AttitudeInfo(int[] num,
double[] startTime,
double[] deltaTime,
IDoubleArray[] inQuaternion)
Deprecated.
Get Pushbroom image attitude quarternion and covariance.
|
void |
get_CameraExterior(double[] cameraCenter,
double[] cameraQuarter)
Deprecated.
Get Pushbroom camera quarternion.
|
void |
get_Coefficients(double[] orgRPC,
double[] revRPC)
Deprecated.
Gets the rational polynomial coefficients.
|
void |
get_ElevationRange(double[] minz,
double[] maxz)
Deprecated.
Get Pushbroom image elevation range.
|
void |
get_EphemerisInfo(int[] num,
double[] startTime,
double[] deltaTime,
IDoubleArray[] inEphemeris,
IDoubleArray[] inVelocity)
Deprecated.
Get Pushbroom image position and covariance.
|
void |
get_ImageSizeAndLineTime(int[] rows,
int[] columns,
double[] startLineTime,
double[] meanLineRate)
Deprecated.
Get Pushbroom image size and line starting time.
|
void |
get_SensorInfo(double[] infocal,
double[] pixSize,
double[] senOrigX,
double[] senOrigY,
double[] senAngle)
Deprecated.
Get pushbroom senor interior parameters.
|
void |
get_TLCinfo(int[] numTLC,
double[] startTCLtime,
double[] pairTLC)
Deprecated.
Get the tagged-time line count infomation.
|
void |
put_AttitudeInfo(int num,
double startTime,
double deltaTime,
IDoubleArray inQuaternion)
Deprecated.
Put Pushbroom image attitude quarternion and covariance.
|
void |
put_CameraExterior(double[] cameraCenter,
double[] cameraQuarter)
Deprecated.
Put Pushbroom camera quarternion.
|
void |
put_ElevationRange(double minz,
double maxz)
Deprecated.
Put Pushbroom image elevation range.
|
void |
put_EphemerisInfo(int num,
double startTime,
double deltaTime,
IDoubleArray inEphemeris,
IDoubleArray inVelocity)
Deprecated.
Put Pushbroom image position and covariance.
|
void |
put_ImageSizeAndLineTime(int rows,
int columns,
double startLineTime,
double meanLineRate)
Deprecated.
Put Pushbroom image size and line starting time.
|
void |
put_SensorInfo(double infocal,
double pixSize,
double senOrigX,
double senOrigY,
double senAngle)
Deprecated.
Put pushbroom senor interior parameters.
|
void |
put_TLCinfo(int numTLC,
double startTCLtime,
double[] pairTLC)
Deprecated.
Puts the tagged-time line count infomation.
|
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.
|
getDomains, getSpatialReference, isIdentity, setSpatialReferenceByRef, transform, transformCellsize, transformExtent, transformPoints
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
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getDomains, getSpatialReference, isIdentity, setSpatialReferenceByRef, transform, transformCellsize, transformExtent, transformPoints
public static final java.lang.Class targetClass
public boolean noncastable
public IPushbroomXformProxy(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 IPushbroomXformProxy()
public IPushbroomXformProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IPushbroomXformProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IPushbroomXformProxy(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 IGeodataXformProxy
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 IGeodataXformProxy
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 void put_ElevationRange(double minz, double maxz) throws java.io.IOException, AutomationException
put_ElevationRange
in interface IPushbroomXform
minz
- The minz (in)maxz
- The maxz (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void put_EphemerisInfo(int num, double startTime, double deltaTime, IDoubleArray inEphemeris, IDoubleArray inVelocity) throws java.io.IOException, AutomationException
put_EphemerisInfo
in interface IPushbroomXform
num
- The num (in)startTime
- The startTime (in)deltaTime
- The deltaTime (in)inEphemeris
- A reference to a com.esri.arcgis.system.IDoubleArray (in)inVelocity
- 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 void put_AttitudeInfo(int num, double startTime, double deltaTime, IDoubleArray inQuaternion) throws java.io.IOException, AutomationException
put_AttitudeInfo
in interface IPushbroomXform
num
- The num (in)startTime
- The startTime (in)deltaTime
- The deltaTime (in)inQuaternion
- 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 void put_CameraExterior(double[] cameraCenter, double[] cameraQuarter) throws java.io.IOException, AutomationException
put_CameraExterior
in interface IPushbroomXform
cameraCenter
- The cameraCenter (in)cameraQuarter
- The cameraQuarter (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void put_ImageSizeAndLineTime(int rows, int columns, double startLineTime, double meanLineRate) throws java.io.IOException, AutomationException
put_ImageSizeAndLineTime
in interface IPushbroomXform
rows
- The rows (in)columns
- The columns (in)startLineTime
- The startLineTime (in)meanLineRate
- The meanLineRate (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void put_SensorInfo(double infocal, double pixSize, double senOrigX, double senOrigY, double senAngle) throws java.io.IOException, AutomationException
put_SensorInfo
in interface IPushbroomXform
infocal
- The infocal (in)pixSize
- The pixSize (in)senOrigX
- The senOrigX (in)senOrigY
- The senOrigY (in)senAngle
- The senAngle (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void put_TLCinfo(int numTLC, double startTCLtime, double[] pairTLC) throws java.io.IOException, AutomationException
put_TLCinfo
in interface IPushbroomXform
numTLC
- The numTLC (in)startTCLtime
- The startTCLtime (in)pairTLC
- The pairTLC (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void defineRPCFromEphemerisAndAttitude(int[] numPt, _WKSPointZ[] inXYZ, _WKSPoint[] inImaxy) throws java.io.IOException, AutomationException
defineRPCFromEphemerisAndAttitude
in interface IPushbroomXform
numPt
- The numPt (in/out: use single element array)inXYZ
- A Structure: com.esri.arcgis.system._WKSPointZ (A com.esri.arcgis.system._WKSPointZ COM typedef) (in/out: use single element array)inImaxy
- A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef) (in/out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void computeRPCXform(IGeodataXform[] ppRPCXf) throws java.io.IOException, AutomationException
computeRPCXform
in interface IPushbroomXform
ppRPCXf
- A reference to a com.esri.arcgis.geodatabase.IGeodataXform (in/out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void get_TLCinfo(int[] numTLC, double[] startTCLtime, double[] pairTLC) throws java.io.IOException, AutomationException
get_TLCinfo
in interface IPushbroomXform
numTLC
- The numTLC (out: use single element array)startTCLtime
- The startTCLtime (out: use single element array)pairTLC
- The pairTLC (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void get_ElevationRange(double[] minz, double[] maxz) throws java.io.IOException, AutomationException
get_ElevationRange
in interface IPushbroomXform
minz
- The minz (out: use single element array)maxz
- The maxz (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void get_EphemerisInfo(int[] num, double[] startTime, double[] deltaTime, IDoubleArray[] inEphemeris, IDoubleArray[] inVelocity) throws java.io.IOException, AutomationException
get_EphemerisInfo
in interface IPushbroomXform
num
- The num (out: use single element array)startTime
- The startTime (out: use single element array)deltaTime
- The deltaTime (out: use single element array)inEphemeris
- A reference to a com.esri.arcgis.system.IDoubleArray (out: use single element array)inVelocity
- A reference to a com.esri.arcgis.system.IDoubleArray (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void get_AttitudeInfo(int[] num, double[] startTime, double[] deltaTime, IDoubleArray[] inQuaternion) throws java.io.IOException, AutomationException
get_AttitudeInfo
in interface IPushbroomXform
num
- The num (out: use single element array)startTime
- The startTime (out: use single element array)deltaTime
- The deltaTime (out: use single element array)inQuaternion
- A reference to a com.esri.arcgis.system.IDoubleArray (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void get_CameraExterior(double[] cameraCenter, double[] cameraQuarter) throws java.io.IOException, AutomationException
get_CameraExterior
in interface IPushbroomXform
cameraCenter
- The cameraCenter (out: use single element array)cameraQuarter
- The cameraQuarter (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void get_ImageSizeAndLineTime(int[] rows, int[] columns, double[] startLineTime, double[] meanLineRate) throws java.io.IOException, AutomationException
get_ImageSizeAndLineTime
in interface IPushbroomXform
rows
- The rows (out: use single element array)columns
- The columns (out: use single element array)startLineTime
- The startLineTime (out: use single element array)meanLineRate
- The meanLineRate (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void get_SensorInfo(double[] infocal, double[] pixSize, double[] senOrigX, double[] senOrigY, double[] senAngle) throws java.io.IOException, AutomationException
get_SensorInfo
in interface IPushbroomXform
infocal
- The infocal (out: use single element array)pixSize
- The pixSize (out: use single element array)senOrigX
- The senOrigX (out: use single element array)senOrigY
- The senOrigY (out: use single element array)senAngle
- The senAngle (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void get_Coefficients(double[] orgRPC, double[] revRPC) throws java.io.IOException, AutomationException
get_Coefficients
in interface IPushbroomXform
orgRPC
- The orgRPC (out: use single element array)revRPC
- The revRPC (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.