|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFormosat2Xform
Provides access to members that control a Formosat2 transform.
Method Summary | |
---|---|
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. |
Methods inherited from interface com.esri.arcgis.geodatabase.IGeodataXform |
---|
getDomains, getSpatialReference, isIdentity, setSpatialReferenceByRef, transform, transformCellsize, transformExtent, transformPoints |
Method Detail |
---|
int getColumns() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getRows() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getSunAzimuth() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getSunElevation() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMaxIterations() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMaxIterations(int maxIterations) throws IOException, AutomationException
maxIterations
- The maxIterations (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getInterpolationThreshold() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setInterpolationThreshold(double interpThreshold) throws IOException, AutomationException
interpThreshold
- The interpThreshold (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IVariantArray getParameters() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |