com.esri.arcgis.datasourcesraster
Class ISPOT5XformProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.IGeodataXformProxy
          extended by com.esri.arcgis.datasourcesraster.ISPOT5XformProxy
All Implemented Interfaces:
ISPOT5Xform, IGeodataXform, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to members that control a SPOT5 1A 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 ISPOT5XformProxy
extends IGeodataXformProxy
implements ISPOT5Xform, 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.ISPOT5Xform
IID, IID4a303832_7ee4_491c_8434_84521e353589
 
Fields inherited from interface com.esri.arcgis.geodatabase.IGeodataXform
IID5e6cf525_4e74_419b_946f_7da9bfdf815d
 
Constructor Summary
  ISPOT5XformProxy()
          Deprecated. For internal use only
  ISPOT5XformProxy(java.lang.Object obj)
          Deprecated.  
protected ISPOT5XformProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ISPOT5XformProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ISPOT5XformProxy(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.  
 int getColumns()
          Deprecated. Columns in the image.
 double getInterpolationThreshold()
          Deprecated. Threshold for interpolation (pixels).
 int getMaxIterations()
          Deprecated. Iteration count limit.
 IVariantArray getParameters()
          Deprecated. The SPOT5 sensor parameters.
 int getRows()
          Deprecated. Rows in the image.
 double getSunAzimuth()
          Deprecated. Sun azimuth.
 double getSunElevation()
          Deprecated. Sun elevation.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setInterpolationThreshold(double interpThreshold)
          Deprecated. Threshold for interpolation (pixels).
 void setMaxIterations(int maxIterations)
          Deprecated. Iteration count limit.
 
Methods inherited from class com.esri.arcgis.geodatabase.IGeodataXformProxy
getDomains, getSpatialReference, isIdentity, setSpatialReferenceByRef, transform, transformCellsize, transformExtent, transformPoints
 
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
 
Methods inherited from interface com.esri.arcgis.geodatabase.IGeodataXform
getDomains, getSpatialReference, isIdentity, setSpatialReferenceByRef, transform, transformCellsize, transformExtent, transformPoints
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

ISPOT5XformProxy

public ISPOT5XformProxy(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

ISPOT5XformProxy

public ISPOT5XformProxy()
Deprecated. 
For internal use only


ISPOT5XformProxy

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

ISPOT5XformProxy

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

ISPOT5XformProxy

protected ISPOT5XformProxy(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 IGeodataXformProxy
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 IGeodataXformProxy
Throws:
java.io.IOException

getColumns

public int getColumns()
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Columns in the image.

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

getRows

public int getRows()
            throws java.io.IOException,
                   AutomationException
Deprecated. 
Rows in the image.

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

getSunAzimuth

public double getSunAzimuth()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Sun azimuth.

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

getSunElevation

public double getSunElevation()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Sun elevation.

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

getMaxIterations

public int getMaxIterations()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Iteration count limit.

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

setMaxIterations

public void setMaxIterations(int maxIterations)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Iteration count limit.

Specified by:
setMaxIterations in interface ISPOT5Xform
Parameters:
maxIterations - The maxIterations (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getInterpolationThreshold

public double getInterpolationThreshold()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Threshold for interpolation (pixels).

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

setInterpolationThreshold

public void setInterpolationThreshold(double interpThreshold)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Threshold for interpolation (pixels).

Specified by:
setInterpolationThreshold in interface ISPOT5Xform
Parameters:
interpThreshold - The interpThreshold (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getParameters

public IVariantArray getParameters()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The SPOT5 sensor parameters.

Specified by:
getParameters in interface ISPOT5Xform
Returns:
A reference to a com.esri.arcgis.system.IVariantArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.