com.esri.arcgis.system
Interface ILatLonFormat

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ILatLonFormatProxy, LatLonFormat

public interface ILatLonFormat
extends java.io.Serializable

COM Interface 'ILatLonFormat'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriSystem.olb'

Description: 'Provides access to members that format Latitudes and Longitudes.' 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 IID7e4f4714_8e54_11d2_aad8_000000000000
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void getDMS(double value, int[] degrees, int[] minutes, double[] seconds)
          Obtains the degrees, minutes, and seconds for a lat/lon number.
 boolean isShowDirections()
          Indicates if a directional letter (N-S-E-W) is appended to the formatted number.
 boolean isShowZeroMinutes()
          Indicates if zero minutes are included in formatted output.
 boolean isShowZeroSeconds()
          Indicates if zero seconds are included in formatted output.
 void setIsLatitude(boolean rhs1)
          Indicates if a formatted number is a latitude or not.
 void setShowDirections(boolean show)
          Indicates if a directional letter (N-S-E-W) is appended to the formatted number.
 void setShowZeroMinutes(boolean show)
          Indicates if zero minutes are included in formatted output.
 void setShowZeroSeconds(boolean show)
          Indicates if zero seconds are included in formatted output.
 

Field Detail

IID7e4f4714_8e54_11d2_aad8_000000000000

static final int IID7e4f4714_8e54_11d2_aad8_000000000000
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

setShowDirections

void setShowDirections(boolean show)
                       throws java.io.IOException,
                              AutomationException
Indicates if a directional letter (N-S-E-W) is appended to the formatted number.

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

isShowDirections

boolean isShowDirections()
                         throws java.io.IOException,
                                AutomationException
Indicates if a directional letter (N-S-E-W) is appended to the formatted number.

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

setIsLatitude

void setIsLatitude(boolean rhs1)
                   throws java.io.IOException,
                          AutomationException
Indicates if a formatted number is a latitude or not.

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

getDMS

void getDMS(double value,
            int[] degrees,
            int[] minutes,
            double[] seconds)
            throws java.io.IOException,
                   AutomationException
Obtains the degrees, minutes, and seconds for a lat/lon number.

Parameters:
value - The value (in)
degrees - The degrees (out: use single element array)
minutes - The minutes (out: use single element array)
seconds - The seconds (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setShowZeroMinutes

void setShowZeroMinutes(boolean show)
                        throws java.io.IOException,
                               AutomationException
Indicates if zero minutes are included in formatted output.

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

isShowZeroMinutes

boolean isShowZeroMinutes()
                          throws java.io.IOException,
                                 AutomationException
Indicates if zero minutes are included in formatted output.

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

setShowZeroSeconds

void setShowZeroSeconds(boolean show)
                        throws java.io.IOException,
                               AutomationException
Indicates if zero seconds are included in formatted output.

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

isShowZeroSeconds

boolean isShowZeroSeconds()
                          throws java.io.IOException,
                                 AutomationException
Indicates if zero seconds are included in formatted output.

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