com.esri.arcgis.datasourcesraster
Interface ILSRXform

All Superinterfaces:
IGeodataXform, java.io.Serializable
All Known Implementing Classes:
ILSRXformProxy, LSRXform

public interface ILSRXform
extends IGeodataXform, java.io.Serializable

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

Description: 'Provides access to members that control a Local Space Rectangular 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 IIDdeb5e788_ad75_43fb_97e5_1155aa717203
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IGeodataXform
IID5e6cf525_4e74_419b_946f_7da9bfdf815d
 
Method Summary
 double getEquatorialRadius()
          The earth Equatorial radius.
 double getFlattening()
          The earth flattening.
 IPoint getPerspectiveCenter()
          The sensor position.
 java.lang.Object getRotationMatrix()
          The 3x3 rotation matrix.
 void setEquatorialRadius(double pRadius)
          The earth Equatorial radius.
 void setFlattening(double pFlattening)
          The earth flattening.
 void setPerspectiveCenterByRef(IPoint ppCenter)
          The sensor position.
 void setRotationMatrix(java.lang.Object pMatrix)
          The 3x3 rotation matrix.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IGeodataXform
getDomains, getSpatialReference, isIdentity, setSpatialReferenceByRef, transform, transformCellsize, transformExtent, transformPoints
 

Field Detail

IIDdeb5e788_ad75_43fb_97e5_1155aa717203

static final int IIDdeb5e788_ad75_43fb_97e5_1155aa717203
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

getPerspectiveCenter

IPoint getPerspectiveCenter()
                            throws java.io.IOException,
                                   AutomationException
The sensor position.

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

setPerspectiveCenterByRef

void setPerspectiveCenterByRef(IPoint ppCenter)
                               throws java.io.IOException,
                                      AutomationException
The sensor position.

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

getRotationMatrix

java.lang.Object getRotationMatrix()
                                   throws java.io.IOException,
                                          AutomationException
The 3x3 rotation matrix.

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

setRotationMatrix

void setRotationMatrix(java.lang.Object pMatrix)
                       throws java.io.IOException,
                              AutomationException
The 3x3 rotation matrix.

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

getFlattening

double getFlattening()
                     throws java.io.IOException,
                            AutomationException
The earth flattening.

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

setFlattening

void setFlattening(double pFlattening)
                   throws java.io.IOException,
                          AutomationException
The earth flattening.

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

getEquatorialRadius

double getEquatorialRadius()
                           throws java.io.IOException,
                                  AutomationException
The earth Equatorial radius.

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

setEquatorialRadius

void setEquatorialRadius(double pRadius)
                         throws java.io.IOException,
                                AutomationException
The earth Equatorial radius.

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