|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Provides access to members that control Illumination Properties.
| Method Summary | |
double |
getAltitude()
Altitude angle of illumination. |
double |
getAzimuth()
Azimuth angle of illumination. |
double |
getContrast()
Ratio of bright to shadow illumination. |
_WKSPointZ |
getSunPosition()
Illumination vector as cosines of angles to X,Y,Z axes. |
void |
setAltitude(double pAltitude)
Altitude angle of illumination. |
void |
setAzimuth(double pAzimuth)
Azimuth angle of illumination. |
void |
setContrast(double contrast)
Ratio of bright to shadow illumination. |
void |
setSunPosition(_WKSPointZ position)
Illumination vector as cosines of angles to X,Y,Z axes. |
| Method Detail |
public _WKSPointZ getSunPosition()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSunPosition(_WKSPointZ position)
throws java.io.IOException,
AutomationException
position - A Structure: com.esri.arcgis.system._WKSPointZ (A com.esri.arcgis.system._WKSPointZ COM typedef) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getContrast()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setContrast(double contrast)
throws java.io.IOException,
AutomationException
contrast - The contrast (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getAzimuth()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public 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.
public double getAltitude()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public 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 | |||||||||