com.esri.arcgis.system
Interface IDirectionFormat

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DirectionFormat, IDirectionFormatProxy

public interface IDirectionFormat
extends java.io.Serializable

COM Interface 'IDirectionFormat'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSystem.olb'

Description: 'Provides access to members that format directions.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID11d7b4c8_dbdf_4b98_ac6d_8c419efd2c24
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID11d7b4c8_dbdf_4b98_ac6d_8c419efd2c24

static final int IID11d7b4c8_dbdf_4b98_ac6d_8c419efd2c24
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setDirectionUnits

void setDirectionUnits(int unit)
                       throws java.io.IOException,
                              AutomationException
Indicates Direction Unit for the ValueToString argument.

Parameters:
unit - A com.esri.arcgis.system.esriDirectionUnits constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDirectionUnits

int getDirectionUnits()
                      throws java.io.IOException,
                             AutomationException
Indicates Direction Unit for the ValueToString argument.

Returns:
A com.esri.arcgis.system.esriDirectionUnits constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDirectionType

void setDirectionType(int direction)
                      throws java.io.IOException,
                             AutomationException
Indicates the direction of the argument in ValueToString.

Parameters:
direction - A com.esri.arcgis.system.esriDirectionType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDirectionType

int getDirectionType()
                     throws java.io.IOException,
                            AutomationException
Indicates the direction of the argument in ValueToString.

Returns:
A com.esri.arcgis.system.esriDirectionType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDisplayFormat

void setDisplayFormat(int directionFormat)
                      throws java.io.IOException,
                             AutomationException
Indicates how to display the direction value.

Parameters:
directionFormat - A com.esri.arcgis.system.esriDirectionFormatEnum constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDisplayFormat

int getDisplayFormat()
                     throws java.io.IOException,
                            AutomationException
Indicates how to display the direction value.

Returns:
A com.esri.arcgis.system.esriDirectionFormatEnum constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDecimalPlaces

void setDecimalPlaces(int num)
                      throws java.io.IOException,
                             AutomationException
The number of decimal digits in a seconds part of the formatted number.

Parameters:
num - The num (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDecimalPlaces

int getDecimalPlaces()
                     throws java.io.IOException,
                            AutomationException
The number of decimal digits in a seconds part of the formatted number.

Returns:
The num
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.