public interface IFormosat2Xform extends IGeodataXform, java.io.Serializable
Description: 'Provides access to members that control a Formosat2 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID3d66c2c5_ff27_40f0_aaf6_faf18bc07bd5 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID5e6cf525_4e74_419b_946f_7da9bfdf815d
Modifier and Type | Method and Description |
---|---|
int |
getColumns()
Columns in the image.
|
double |
getInterpolationThreshold()
Threshold for interpolation (pixels).
|
int |
getMaxIterations()
Iteration count limit.
|
IVariantArray |
getParameters()
The Formosat2 sensor model parameters.
|
int |
getRows()
Rows in the image.
|
double |
getSunAzimuth()
Sun azimuth.
|
double |
getSunElevation()
Sun elevation.
|
void |
setInterpolationThreshold(double interpThreshold)
Threshold for interpolation (pixels).
|
void |
setMaxIterations(int maxIterations)
Iteration count limit.
|
getDomains, getSpatialReference, isIdentity, setSpatialReferenceByRef, transform, transformCellsize, transformExtent, transformPoints
static final int IID3d66c2c5_ff27_40f0_aaf6_faf18bc07bd5
static final int xxDummy
static final java.lang.String IID
int getColumns() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getRows() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getSunAzimuth() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getSunElevation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getMaxIterations() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMaxIterations(int maxIterations) throws java.io.IOException, AutomationException
maxIterations
- The maxIterations (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getInterpolationThreshold() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setInterpolationThreshold(double interpThreshold) throws java.io.IOException, AutomationException
interpThreshold
- The interpThreshold (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IVariantArray getParameters() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.