com.esri.arcgis.datasourcesraster
Interface IRasterXform

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IRasterXform2
All Known Implementing Classes:
ApproximationXform, CompositeXform, CoordinateXform, FrameXform, IRasterXform2Proxy, IRasterXformProxy, RPCXform

public interface IRasterXform
extends java.io.Serializable

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

Description: 'Provides access to members that control raster specific geodata 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 IID45b14f29_01b8_489a_9f55_cd21ea84fd7f
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IEnvelope getFullExtent()
          The full output extent within which this xform is applied.
 void prepare(int iDomain, double dx, double dy, IEnvelope pExtent)
          Prepares the xform for a given extent and cellsize within a domain.
 void setFullExtent(IEnvelope ppFullExtent)
          The full output extent within which this xform is applied.
 

Field Detail

IID45b14f29_01b8_489a_9f55_cd21ea84fd7f

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

getFullExtent

IEnvelope getFullExtent()
                        throws java.io.IOException,
                               AutomationException
The full output extent within which this xform is applied.

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

setFullExtent

void setFullExtent(IEnvelope ppFullExtent)
                   throws java.io.IOException,
                          AutomationException
The full output extent within which this xform is applied.

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

prepare

void prepare(int iDomain,
             double dx,
             double dy,
             IEnvelope pExtent)
             throws java.io.IOException,
                    AutomationException
Prepares the xform for a given extent and cellsize within a domain.

Parameters:
iDomain - The iDomain (in)
dx - The dx (in)
dy - The dy (in)
pExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.