public interface ILatLonFormat
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID7e4f4714_8e54_11d2_aad8_000000000000 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID7e4f4714_8e54_11d2_aad8_000000000000
static final int xxDummy
static final java.lang.String IID
void setShowDirections(boolean show) throws java.io.IOException, AutomationException
show
- The show (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isShowDirections() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setIsLatitude(boolean rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getDMS(double value, int[] degrees, int[] minutes, double[] seconds) throws java.io.IOException, AutomationException
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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setShowZeroMinutes(boolean show) throws java.io.IOException, AutomationException
show
- The show (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isShowZeroMinutes() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setShowZeroSeconds(boolean show) throws java.io.IOException, AutomationException
show
- The show (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isShowZeroSeconds() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.