|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMarker3DRotationAngles
Provides access to members that get and put 3D rotation angles in 3D marker symbols.
Method Summary | |
---|---|
void |
getRotationAngles(ISymbol pSymbol,
double[] pAngleX,
double[] pAngleY,
double[] pAngleZ)
Gets the symbol's rotation angles. |
void |
setRotationAngles(ISymbol pSymbol,
double angleX,
double angleY,
double angleZ)
Sets the symbol's rotation angles to the given values. |
Method Detail |
---|
void getRotationAngles(ISymbol pSymbol, double[] pAngleX, double[] pAngleY, double[] pAngleZ) throws IOException, AutomationException
pSymbol
- A reference to a com.esri.arcgis.display.ISymbol (in)pAngleX
- The pAngleX (out: use single element array)pAngleY
- The pAngleY (out: use single element array)pAngleZ
- The pAngleZ (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRotationAngles(ISymbol pSymbol, double angleX, double angleY, double angleZ) throws IOException, AutomationException
pSymbol
- A reference to a com.esri.arcgis.display.ISymbol (in)angleX
- The angleX (in)angleY
- The angleY (in)angleZ
- The angleZ (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 |