com.esri.arcgis.datasourcesraster
Interface ICoordinateXform

All Superinterfaces:
IGeodataXform, java.io.Serializable
All Known Subinterfaces:
ICoordinateXform2
All Known Implementing Classes:
CoordinateXform, ICoordinateXform2Proxy, ICoordinateXformProxy

public interface ICoordinateXform
extends IGeodataXform, java.io.Serializable

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

Description: 'Provides access to members that control a coordinate (projection) 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 IID64f70678_9cc7_48db_acd1_faa7e9e8e5c7
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IGeodataXform
IID5e6cf525_4e74_419b_946f_7da9bfdf815d
 
Method Summary
 IGeoTransformationOperationSet getGeoTransformations()
          The geographic transformations.
 void setGeoTransformationsByRef(IGeoTransformationOperationSet ppGeoXforms)
          The geographic transformations.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IGeodataXform
getDomains, getSpatialReference, isIdentity, setSpatialReferenceByRef, transform, transformCellsize, transformExtent, transformPoints
 

Field Detail

IID64f70678_9cc7_48db_acd1_faa7e9e8e5c7

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

setGeoTransformationsByRef

void setGeoTransformationsByRef(IGeoTransformationOperationSet ppGeoXforms)
                                throws java.io.IOException,
                                       AutomationException
The geographic transformations.

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

getGeoTransformations

IGeoTransformationOperationSet getGeoTransformations()
                                                     throws java.io.IOException,
                                                            AutomationException
The geographic transformations.

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