com.esri.arcgis.datasourcesraster
Interface IReprojectFunctionArguments

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IReprojectFunctionArgumentsProxy, ReprojectFunctionArguments

public interface IReprojectFunctionArguments
extends java.io.Serializable

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

Description: 'Provides access to members that control reproject function arguments.' 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 IID13b37f70_95d1_4add_93b8_d4ca83b0af66
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.Object getRaster()
          The source raster object.
 java.lang.Object getSpatialReference()
          The output spatial reference.
 double getXCellsize()
          The X cell size.
 double getXOrigin()
          The X origin.
 double getYCellsize()
          The Y cell size.
 double getYOrigin()
          The Y origin.
 void setRasterByRef(java.lang.Object ppRaster)
          The source raster object.
 void setSpatialReferenceByRef(java.lang.Object ppSRS)
          The output spatial reference.
 void setXCellsize(double pXCellsize)
          The X cell size.
 void setXOrigin(double pXOrigin)
          The X origin.
 void setYCellsize(double pYCellsize)
          The Y cell size.
 void setYOrigin(double pYOrigin)
          The Y origin.
 

Field Detail

IID13b37f70_95d1_4add_93b8_d4ca83b0af66

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

getRaster

java.lang.Object getRaster()
                           throws java.io.IOException,
                                  AutomationException
The source raster object.

Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRasterByRef

void setRasterByRef(java.lang.Object ppRaster)
                    throws java.io.IOException,
                           AutomationException
The source raster object.

Parameters:
ppRaster - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSpatialReference

java.lang.Object getSpatialReference()
                                     throws java.io.IOException,
                                            AutomationException
The output spatial reference.

Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSpatialReferenceByRef

void setSpatialReferenceByRef(java.lang.Object ppSRS)
                              throws java.io.IOException,
                                     AutomationException
The output spatial reference.

Parameters:
ppSRS - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getXCellsize

double getXCellsize()
                    throws java.io.IOException,
                           AutomationException
The X cell size.

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

setXCellsize

void setXCellsize(double pXCellsize)
                  throws java.io.IOException,
                         AutomationException
The X cell size.

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

getYCellsize

double getYCellsize()
                    throws java.io.IOException,
                           AutomationException
The Y cell size.

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

setYCellsize

void setYCellsize(double pYCellsize)
                  throws java.io.IOException,
                         AutomationException
The Y cell size.

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

getXOrigin

double getXOrigin()
                  throws java.io.IOException,
                         AutomationException
The X origin.

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

setXOrigin

void setXOrigin(double pXOrigin)
                throws java.io.IOException,
                       AutomationException
The X origin.

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

getYOrigin

double getYOrigin()
                  throws java.io.IOException,
                         AutomationException
The Y origin.

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

setYOrigin

void setYOrigin(double pYOrigin)
                throws java.io.IOException,
                       AutomationException
The Y origin.

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