|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IIlluminationProps
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 |
---|
_WKSPointZ getSunPosition() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSunPosition(_WKSPointZ position) throws IOException, AutomationException
position
- A Structure: com.esri.arcgis.system._WKSPointZ (A com.esri.arcgis.system._WKSPointZ COM typedef) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getContrast() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setContrast(double contrast) throws IOException, AutomationException
contrast
- The contrast (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getAzimuth() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAzimuth(double pAzimuth) throws IOException, AutomationException
pAzimuth
- The pAzimuth (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getAltitude() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAltitude(double pAltitude) throws IOException, AutomationException
pAltitude
- The pAltitude (in)
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 |