com.esri.arcgis.carto
Interface IDimensionClassExtension2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DimensionClassExtension, IDimensionClassExtension2Proxy

public interface IDimensionClassExtension2
extends java.io.Serializable

COM Interface 'IDimensionClassExtension2'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control the dimension class extension for a dimension feature class.' 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 IID7402bfe1_f2f1_22e9_052f_735ebbc50ac2
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ITransformation getNativeTransformation(IDimensionGraphic pGraphic)
          The native display transformation of the dimension feature class, centered on the given graphic.
 

Field Detail

IID7402bfe1_f2f1_22e9_052f_735ebbc50ac2

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

getNativeTransformation

ITransformation getNativeTransformation(IDimensionGraphic pGraphic)
                                        throws java.io.IOException,
                                               AutomationException
The native display transformation of the dimension feature class, centered on the given graphic.

Parameters:
pGraphic - A reference to a com.esri.arcgis.carto.IDimensionGraphic (in)
Returns:
A reference to a com.esri.arcgis.geometry.ITransformation
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.