com.esri.arcgis.display
Interface IGraphicAttributeTypeUsingUnits

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GraphicAttributeDashType, GraphicAttributeSizeType, IGraphicAttributeTypeUsingUnitsProxy

public interface IGraphicAttributeTypeUsingUnits
extends java.io.Serializable

COM Interface 'IGraphicAttributeTypeUsingUnits'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Provides access to methods dealing with graphic attribute types that are using to units. This interface is only used for UI purposes.' 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 IID4d15c7a5_3a25_4935_aaa7_f60596632a6f
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void formatForDisplay(int units, java.lang.Object[] val)
          Formats a graphic attribute value according to a given unit before displaying it.
 void formatFromDisplay(int units, java.lang.Object[] val)
          Converts a graphic attribute value coming from the UI to points.
 

Field Detail

IID4d15c7a5_3a25_4935_aaa7_f60596632a6f

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

formatForDisplay

void formatForDisplay(int units,
                      java.lang.Object[] val)
                      throws java.io.IOException,
                             AutomationException
Formats a graphic attribute value according to a given unit before displaying it.

Parameters:
units - A com.esri.arcgis.system.esriUnits constant (in)
val - A Variant (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

formatFromDisplay

void formatFromDisplay(int units,
                       java.lang.Object[] val)
                       throws java.io.IOException,
                              AutomationException
Converts a graphic attribute value coming from the UI to points.

Parameters:
units - A com.esri.arcgis.system.esriUnits constant (in)
val - A Variant (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.