com.esri.arcgis.datasourcesraster
Interface IShadedReliefFunctionArguments

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IShadedReliefFunctionArgumentsProxy, ShadedReliefFunctionArguments

public interface IShadedReliefFunctionArguments
extends java.io.Serializable

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

Description: 'Provides access to members that control shaded relief 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 IID9604bbdb_cea1_4f79_aa62_cea3a0a50853
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 double getAltitude()
          The solar altitude angle in degrees.
 double getAzimuth()
          The solar azimuth angle in degrees with 0 toward North.
 IRasterColormap getColormap()
          The raster colormap.
 IColorRamp getColorRamp()
          The colorramp.
 java.lang.Object getRaster()
          The input image.
 java.lang.Object getRGB()
          The input RGB image.
 double getZFactor()
          The zfactor.
 void setAltitude(double pAltitude)
          The solar altitude angle in degrees.
 void setAzimuth(double pAzimuth)
          The solar azimuth angle in degrees with 0 toward North.
 void setColormapByRef(IRasterColormap ppColormap)
          The raster colormap.
 void setColorRampByRef(IColorRamp ppColorRamp)
          The colorramp.
 void setRasterByRef(java.lang.Object ppRaster)
          The input image.
 void setRGBByRef(java.lang.Object ppRaster)
          The input RGB image.
 void setZFactor(double pZfactor)
          The zfactor.
 

Field Detail

IID9604bbdb_cea1_4f79_aa62_cea3a0a50853

static final int IID9604bbdb_cea1_4f79_aa62_cea3a0a50853
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 input image.

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 input image.

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.

getRGB

java.lang.Object getRGB()
                        throws java.io.IOException,
                               AutomationException
The input RGB image.

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

setRGBByRef

void setRGBByRef(java.lang.Object ppRaster)
                 throws java.io.IOException,
                        AutomationException
The input RGB image.

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.

getColorRamp

IColorRamp getColorRamp()
                        throws java.io.IOException,
                               AutomationException
The colorramp.

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

setColorRampByRef

void setColorRampByRef(IColorRamp ppColorRamp)
                       throws java.io.IOException,
                              AutomationException
The colorramp.

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

getColormap

IRasterColormap getColormap()
                            throws java.io.IOException,
                                   AutomationException
The raster colormap.

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

setColormapByRef

void setColormapByRef(IRasterColormap ppColormap)
                      throws java.io.IOException,
                             AutomationException
The raster colormap.

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

getZFactor

double getZFactor()
                  throws java.io.IOException,
                         AutomationException
The zfactor.

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

setZFactor

void setZFactor(double pZfactor)
                throws java.io.IOException,
                       AutomationException
The zfactor.

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

getAzimuth

double getAzimuth()
                  throws java.io.IOException,
                         AutomationException
The solar azimuth angle in degrees with 0 toward North.

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

setAzimuth

void setAzimuth(double pAzimuth)
                throws java.io.IOException,
                       AutomationException
The solar azimuth angle in degrees with 0 toward North.

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

getAltitude

double getAltitude()
                   throws java.io.IOException,
                          AutomationException
The solar altitude angle in degrees.

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

setAltitude

void setAltitude(double pAltitude)
                 throws java.io.IOException,
                        AutomationException
The solar altitude angle in degrees.

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