com.esri.arcgis.system
Interface ILatLonFormat2

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

public interface ILatLonFormat2
extends java.io.Serializable

COM Interface 'ILatLonFormat2'. Generated 3/19/2015 1:21:00 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 IID127b0952_e8b4_428c_ac39_58de4d1f17de
           
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 isLatitude()
          Indicates if a formatted number is a latitude or not.
 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 isLat)
          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

IID127b0952_e8b4_428c_ac39_58de4d1f17de

static final int IID127b0952_e8b4_428c_ac39_58de4d1f17de
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 isLat)
                   throws java.io.IOException,
                          AutomationException
Indicates if a formatted number is a latitude or not.

Parameters:
isLat - The isLat (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.

isLatitude

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

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