com.esri.arcgis.datasourcesraster
Interface ICoordinateXform2

All Superinterfaces:
ICoordinateXform, IGeodataXform, java.io.Serializable
All Known Implementing Classes:
CoordinateXform, ICoordinateXform2Proxy

public interface ICoordinateXform2
extends ICoordinateXform, java.io.Serializable

COM Interface 'ICoordinateXform2'. 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 IID71abcacf_b2ac_4074_a99b_f6ae0264f293
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.ICoordinateXform
IID64f70678_9cc7_48db_acd1_faa7e9e8e5c7
 
Fields inherited from interface com.esri.arcgis.geodatabase.IGeodataXform
IID5e6cf525_4e74_419b_946f_7da9bfdf815d
 
Method Summary
 ISpatialReference getInputSpatialReference()
          The source spatial reference.
 void setInputSpatialReferenceByRef(ISpatialReference ppSpatialRefence)
          The source spatial reference.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.ICoordinateXform
getGeoTransformations, setGeoTransformationsByRef
 
Methods inherited from interface com.esri.arcgis.geodatabase.IGeodataXform
getDomains, getSpatialReference, isIdentity, setSpatialReferenceByRef, transform, transformCellsize, transformExtent, transformPoints
 

Field Detail

IID71abcacf_b2ac_4074_a99b_f6ae0264f293

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

setInputSpatialReferenceByRef

void setInputSpatialReferenceByRef(ISpatialReference ppSpatialRefence)
                                   throws java.io.IOException,
                                          AutomationException
The source spatial reference.

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

getInputSpatialReference

ISpatialReference getInputSpatialReference()
                                           throws java.io.IOException,
                                                  AutomationException
The source spatial reference.

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