com.esri.arcgis.carto
Interface IAnnotateLayerTransformationProperties

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IAnnotateLayerTransformationPropertiesProxy, LabelEngineLayerProperties, MaplexLabelEngineLayerProperties

public interface IAnnotateLayerTransformationProperties
extends java.io.Serializable

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

Description: 'Provides access to members that control transformation properties for the display of dynamic labels (text) for a feature layer..' 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 IID3eb7ef02_dd8b_11d2_9f47_00c04f6bc6a5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IEnvelope getBounds()
          The full extent in world coordinates.
 double getReferenceScale()
          Reference scale for computing scaled symbol sizes.
 double getScaleRatio()
          Scale ratio of the transformation.
 int getUnits()
          The units of the world coordinates.
 void setBounds(IEnvelope bounds)
          The full extent in world coordinates.
 void setReferenceScale(double scale)
          Reference scale for computing scaled symbol sizes.
 void setScaleRatio(double scale)
          Scale ratio of the transformation.
 void setUnits(int unitsCode)
          The units of the world coordinates.
 

Field Detail

IID3eb7ef02_dd8b_11d2_9f47_00c04f6bc6a5

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

setBounds

void setBounds(IEnvelope bounds)
               throws java.io.IOException,
                      AutomationException
The full extent in world coordinates.

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

getBounds

IEnvelope getBounds()
                    throws java.io.IOException,
                           AutomationException
The full extent in world coordinates.

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

getUnits

int getUnits()
             throws java.io.IOException,
                    AutomationException
The units of the world coordinates.

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.

setUnits

void setUnits(int unitsCode)
              throws java.io.IOException,
                     AutomationException
The units of the world coordinates.

Parameters:
unitsCode - 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.

getScaleRatio

double getScaleRatio()
                     throws java.io.IOException,
                            AutomationException
Scale ratio of the transformation. Based on IAnnotationLayerProperties.Extent and Bounds.

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

setScaleRatio

void setScaleRatio(double scale)
                   throws java.io.IOException,
                          AutomationException
Scale ratio of the transformation. Based on IAnnotationLayerProperties.Extent and Bounds.

Parameters:
scale - The scale (in)
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
Reference scale for computing scaled symbol sizes.

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
Reference scale for computing scaled symbol sizes.

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