com.esri.arcgis.carto
Interface IDimensionClassExtension

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

public interface IDimensionClassExtension
extends java.io.Serializable

COM Interface 'IDimensionClassExtension'. 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 IID6558fe26_da81_11d3_80ce_00c04f601565
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IDimensionStyles getDimensionStyles()
          The collection of dimension styles associated with the dimension feature class.
 ITransformation getNativeTransformation()
          The native display transformation of the dimension feature class.
 double getReferenceScale()
          The reference scale of the dimension feature class.
 int getReferenceScaleUnits()
          The reference scale units of the dimension feature class.
 void resetProperties()
          Resets the in state of the dimension feature class properties.
 void setReferenceScale(double scale)
          The reference scale of the dimension feature class.
 void setReferenceScaleUnits(int units)
          The reference scale units of the dimension feature class.
 void updateProperties()
          Updates the dimension featrue class' properties.
 

Field Detail

IID6558fe26_da81_11d3_80ce_00c04f601565

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

getDimensionStyles

IDimensionStyles getDimensionStyles()
                                    throws java.io.IOException,
                                           AutomationException
The collection of dimension styles associated with the dimension feature class.

Returns:
A reference to a com.esri.arcgis.carto.IDimensionStyles
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

updateProperties

void updateProperties()
                      throws java.io.IOException,
                             AutomationException
Updates the dimension featrue class' properties.

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

resetProperties

void resetProperties()
                     throws java.io.IOException,
                            AutomationException
Resets the in state of the dimension feature class properties.

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

getReferenceScale

double getReferenceScale()
                         throws java.io.IOException,
                                AutomationException
The reference scale of the dimension feature class.

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

setReferenceScale

void setReferenceScale(double scale)
                       throws java.io.IOException,
                              AutomationException
The reference scale of the dimension feature class.

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

getReferenceScaleUnits

int getReferenceScaleUnits()
                           throws java.io.IOException,
                                  AutomationException
The reference scale units of the dimension feature class.

Returns:
A com.esri.arcgis.system.esriUnits constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setReferenceScaleUnits

void setReferenceScaleUnits(int units)
                            throws java.io.IOException,
                                   AutomationException
The reference scale units of the dimension feature class.

Parameters:
units - A com.esri.arcgis.system.esriUnits constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNativeTransformation

ITransformation getNativeTransformation()
                                        throws java.io.IOException,
                                               AutomationException
The native display transformation of the dimension feature class.

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.