|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGridTransformation
Provides access to members that control the dataset name for a grid-based transformation.
The IGridTransformation interface defines the parameters for a grid-based geographic (datum) transformation method. Currently, the NADCON and HARN (HPGN) methods for the United States are supported. The only parameter is the grid location and name.
Two functions are supported: Load and Unload. The transformation grids can range in size from 2-500 KB and are very expensive to access. The Load function places the requested grid into memory which greatly improves performance. Unload releases the memory.
Method Summary | |
---|---|
String |
getGridDatasetName()
The name of a dataset containing gridded transformation values for a geographic area. |
void |
load()
Makes the grid data available for transformation operations. |
void |
setGridDatasetName(String datasetName)
The name of a dataset containing gridded transformation values for a geographic area. |
void |
unload()
Releases any resources consumed by the grid data. |
Methods inherited from interface com.esri.arcgis.geometry.IGeoTransformation |
---|
getName, getSpatialReferences, putSpatialReferences, setName |
Methods inherited from interface com.esri.arcgis.geometry.ITransformation |
---|
transformMeasuresFF, transformMeasuresFI, transformMeasuresIF, transformMeasuresII, transformPointsFF, transformPointsFI, transformPointsIF, transformPointsII |
Method Detail |
---|
void setGridDatasetName(String datasetName) throws IOException, AutomationException
datasetName
- The datasetName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getGridDatasetName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void load() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void unload() 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 |