com.esri.arcgis.datasourcesraster
Interface ISensorXform

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ApproximationXform, CompositeXform, CSMXform, Formosat2Xform, FrameXform, ISensorXformProxy, RPCXform, SPOT5Xform

public interface ISensorXform
extends java.io.Serializable

COM Interface 'ISensorXform'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control sensor specific geodata 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID4fc73b78_d994_457a_90ee_a6d0015b6548
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 double getConstantZ()
          The constant Z value in meters.
 IRaster getDEM()
          The Digital Elevation Model (DEM).
 double getZFactor()
          The conversion factor from DEM Z unit to meters.
 double getZOffset()
          The Z offset in meters applied to DEM.
 boolean isCorrectGeoid()
          Indicates if Geoid correction is needed.
 boolean isRequireDEM()
          Indicates if DEM is required for applying this transform.
 void setConstantZ(double z)
          The constant Z value in meters.
 void setCorrectGeoid(boolean pCorrection)
          Indicates if Geoid correction is needed.
 void setDEMByRef(IRaster ppDEM)
          The Digital Elevation Model (DEM).
 void setRequireDEM(boolean pRequireDEM)
          Indicates if DEM is required for applying this transform.
 void setZFactor(double zFactor)
          The conversion factor from DEM Z unit to meters.
 void setZOffset(double zOffset)
          The Z offset in meters applied to DEM.
 

Field Detail

IID4fc73b78_d994_457a_90ee_a6d0015b6548

static final int IID4fc73b78_d994_457a_90ee_a6d0015b6548
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getConstantZ

double getConstantZ()
                    throws java.io.IOException,
                           AutomationException
The constant Z value in meters.

Returns:
The z
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setConstantZ

void setConstantZ(double z)
                  throws java.io.IOException,
                         AutomationException
The constant Z value in meters.

Parameters:
z - The z (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getZFactor

double getZFactor()
                  throws java.io.IOException,
                         AutomationException
The conversion factor from DEM Z unit to meters.

Returns:
The zFactor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setZFactor

void setZFactor(double zFactor)
                throws java.io.IOException,
                       AutomationException
The conversion factor from DEM Z unit to meters.

Parameters:
zFactor - The zFactor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getZOffset

double getZOffset()
                  throws java.io.IOException,
                         AutomationException
The Z offset in meters applied to DEM.

Returns:
The zOffset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setZOffset

void setZOffset(double zOffset)
                throws java.io.IOException,
                       AutomationException
The Z offset in meters applied to DEM.

Parameters:
zOffset - The zOffset (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDEM

IRaster getDEM()
               throws java.io.IOException,
                      AutomationException
The Digital Elevation Model (DEM).

Returns:
A reference to a com.esri.arcgis.geodatabase.IRaster
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDEMByRef

void setDEMByRef(IRaster ppDEM)
                 throws java.io.IOException,
                        AutomationException
The Digital Elevation Model (DEM).

Parameters:
ppDEM - A reference to a com.esri.arcgis.geodatabase.IRaster (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isRequireDEM

boolean isRequireDEM()
                     throws java.io.IOException,
                            AutomationException
Indicates if DEM is required for applying this transform.

Returns:
The pRequireDEM
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRequireDEM

void setRequireDEM(boolean pRequireDEM)
                   throws java.io.IOException,
                          AutomationException
Indicates if DEM is required for applying this transform.

Parameters:
pRequireDEM - The pRequireDEM (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isCorrectGeoid

boolean isCorrectGeoid()
                       throws java.io.IOException,
                              AutomationException
Indicates if Geoid correction is needed.

Returns:
The pCorrection
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCorrectGeoid

void setCorrectGeoid(boolean pCorrection)
                     throws java.io.IOException,
                            AutomationException
Indicates if Geoid correction is needed.

Parameters:
pCorrection - The pCorrection (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.