com.esri.arcgis.datasourcesraster
Interface IGeometricXform

All Superinterfaces:
IGeodataXform, java.io.Serializable
All Known Implementing Classes:
GeometricXform, IGeometricXformProxy

public interface IGeometricXform
extends IGeodataXform, java.io.Serializable

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

Description: 'Provides access to members that control a geometric 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 IIDe6924fcb_4067_491b_a731_c175917a4af7
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IGeodataXform
IID5e6cf525_4e74_419b_946f_7da9bfdf815d
 
Method Summary
 ITransformation getTransformation()
          The geometric transformation to be applied.
 void setDomainsByRef(IGeometryCollection rhs1)
          The domains in output space.
 void setTransformationByRef(ITransformation ppTransformation)
          The geometric transformation to be applied.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IGeodataXform
getDomains, getSpatialReference, isIdentity, setSpatialReferenceByRef, transform, transformCellsize, transformExtent, transformPoints
 

Field Detail

IIDe6924fcb_4067_491b_a731_c175917a4af7

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

setDomainsByRef

void setDomainsByRef(IGeometryCollection rhs1)
                     throws java.io.IOException,
                            AutomationException
The domains in output space.

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

getTransformation

ITransformation getTransformation()
                                  throws java.io.IOException,
                                         AutomationException
The geometric transformation to be applied.

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

setTransformationByRef

void setTransformationByRef(ITransformation ppTransformation)
                            throws java.io.IOException,
                                   AutomationException
The geometric transformation to be applied.

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