|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAngularConverter2
Provides access to methods that allow an angle to be converted from one direction unit to another.
IAngularConverter2 extends the AngularConverter object and allows you to change the output values for GetString to be within the range -180° to 180°. The default string is within the range 0° to 360° (or its equivalent in the relevant direction type).
Method Summary | |
---|---|
boolean |
isNegativeAngles()
Allow an angle to be converted from one direction unit to another. |
void |
setNegativeAngles(boolean negAngles)
Allow an angle to be converted from one direction unit to another. |
Method Detail |
---|
void setNegativeAngles(boolean negAngles) throws IOException, AutomationException
negAngles
- The negAngles (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isNegativeAngles() throws IOException, AutomationException
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 |