com.esri.arcgis.geometry
Interface IGridTransformation

All Superinterfaces:
IGeoTransformation, ITransformation, java.io.Serializable
All Known Implementing Classes:
HARNTransformation, IGridTransformationProxy, NADCONTransformation, NTv2Transformation

public interface IGridTransformation
extends IGeoTransformation, java.io.Serializable

COM Interface 'IGridTransformation'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeometry.olb'

Description: 'Provides access to members that control the dataset name for a grid-based transformation.' 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 IIDb807845e_da8a_11d3_9f60_00c04f6bdd7f
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geometry.IGeoTransformation
IID9273bb60_c611_11d2_bd08_0000f875bcce
 
Fields inherited from interface com.esri.arcgis.geometry.ITransformation
IID6f2cf924_7e00_11d0_82f4_0000f8034032
 
Method Summary
 java.lang.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(java.lang.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
 

Field Detail

IIDb807845e_da8a_11d3_9f60_00c04f6bdd7f

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

setGridDatasetName

void setGridDatasetName(java.lang.String datasetName)
                        throws java.io.IOException,
                               AutomationException
The name of a dataset containing gridded transformation values for a geographic area.

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

getGridDatasetName

java.lang.String getGridDatasetName()
                                    throws java.io.IOException,
                                           AutomationException
The name of a dataset containing gridded transformation values for a geographic area.

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

load

void load()
          throws java.io.IOException,
                 AutomationException
Makes the grid data available for transformation operations.

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

unload

void unload()
            throws java.io.IOException,
                   AutomationException
Releases any resources consumed by the grid data.

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