|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IShadedReliefFunctionArguments
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 |
---|
static final int IID9604bbdb_cea1_4f79_aa62_cea3a0a50853
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
java.lang.Object getRaster() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRasterByRef(java.lang.Object ppRaster) throws java.io.IOException, AutomationException
ppRaster
- A reference to another Object (IUnknown) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getRGB() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRGBByRef(java.lang.Object ppRaster) throws java.io.IOException, AutomationException
ppRaster
- A reference to another Object (IUnknown) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IColorRamp getColorRamp() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setColorRampByRef(IColorRamp ppColorRamp) throws java.io.IOException, AutomationException
ppColorRamp
- A reference to a com.esri.arcgis.display.IColorRamp (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRasterColormap getColormap() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setColormapByRef(IRasterColormap ppColormap) throws java.io.IOException, AutomationException
ppColormap
- A reference to a com.esri.arcgis.geodatabase.IRasterColormap (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getZFactor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setZFactor(double pZfactor) throws java.io.IOException, AutomationException
pZfactor
- The pZfactor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getAzimuth() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAzimuth(double pAzimuth) throws java.io.IOException, AutomationException
pAzimuth
- The pAzimuth (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getAltitude() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAltitude(double pAltitude) throws java.io.IOException, AutomationException
pAltitude
- The pAltitude (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |