com.esri.arcgis.system
Interface IAngularConverter2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AngularConverter, IAngularConverter2Proxy

public interface IAngularConverter2
extends java.io.Serializable

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

Description: 'Provides access to methods that allow an angle to be converted from one direction unit to another.' 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 IID95674ba9_3cd5_429d_a5ac_9d105a099cf7
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isNegativeAngles()
          Allow an angle to be converted from one direction unit to another.
 void setNegativeAngles(boolean negAngles)
          Allow an angle to be converted from one direction unit to another.
 

Field Detail

IID95674ba9_3cd5_429d_a5ac_9d105a099cf7

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

setNegativeAngles

void setNegativeAngles(boolean negAngles)
                       throws java.io.IOException,
                              AutomationException
Allow an angle to be converted from one direction unit to another.

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

isNegativeAngles

boolean isNegativeAngles()
                         throws java.io.IOException,
                                AutomationException
Allow an angle to be converted from one direction unit to another.

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