|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDirectionFormat
Provides access to members that format directions.
Method Summary | |
---|---|
int |
getDecimalPlaces()
The number of decimal digits in a seconds part of the formatted number. |
int |
getDirectionType()
Indicates the direction of the argument in ValueToString. |
int |
getDirectionUnits()
Indicates Direction Unit for the ValueToString argument. |
int |
getDisplayFormat()
Indicates how to display the direction value. |
void |
setDecimalPlaces(int num)
The number of decimal digits in a seconds part of the formatted number. |
void |
setDirectionType(int direction)
Indicates the direction of the argument in ValueToString. |
void |
setDirectionUnits(int unit)
Indicates Direction Unit for the ValueToString argument. |
void |
setDisplayFormat(int directionFormat)
Indicates how to display the direction value. |
Method Detail |
---|
void setDirectionUnits(int unit) throws IOException, AutomationException
unit
- A com.esri.arcgis.system.esriDirectionUnits constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDirectionUnits() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDirectionType(int direction) throws IOException, AutomationException
direction
- A com.esri.arcgis.system.esriDirectionType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDirectionType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDisplayFormat(int directionFormat) throws IOException, AutomationException
directionFormat
- A com.esri.arcgis.system.esriDirectionFormatEnum constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDisplayFormat() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDecimalPlaces(int num) throws IOException, AutomationException
num
- The num (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDecimalPlaces() 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 |