com.esri.arcgis.datasourcesraster
Interface IHillshadeFunctionArguments

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
HillshadeFunctionArguments, IHillshadeFunctionArgumentsProxy

public interface IHillshadeFunctionArguments
extends java.io.Serializable

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

Description: 'Provides access to members that control hillshade 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 IID14a88f3b_6bee_4f29_940b_f0d30d241d0d
           
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.
 java.lang.Object getDEM()
          The input elevation model.
 double getZFactor()
          The Z scale factor that converts z value to the unit of x and y.
 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 setDEMByRef(java.lang.Object ppDEM)
          The input elevation model.
 void setZFactor(double pZfactor)
          The Z scale factor that converts z value to the unit of x and y.
 

Field Detail

IID14a88f3b_6bee_4f29_940b_f0d30d241d0d

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

getDEM

java.lang.Object getDEM()
                        throws java.io.IOException,
                               AutomationException
The input elevation model.

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

setDEMByRef

void setDEMByRef(java.lang.Object ppDEM)
                 throws java.io.IOException,
                        AutomationException
The input elevation model.

Parameters:
ppDEM - A reference to another Object (IUnknown) (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.

getZFactor

double getZFactor()
                  throws java.io.IOException,
                         AutomationException
The Z scale factor that converts z value to the unit of x and y.

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 Z scale factor that converts z value to the unit of x and y.

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