com.esri.arcgis.carto
Interface IRotationRenderer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ClassBreaksRenderer, IRotationRendererProxy, ProportionalSymbolRenderer, SimpleRenderer, UniqueValueRenderer, UniqueValueTextRenderer

public interface IRotationRenderer
extends java.io.Serializable

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

Description: 'Provides access to members that control the drawing of rotated marker symbols based on field values.' 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 IID2f2047a6_42bd_11d2_aafd_00c04fa334b3
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getRotationField()
          Rotation field.
 int getRotationType()
          Rotation type.
 void setRotationField(java.lang.String fieldName)
          Rotation field.
 void setRotationType(int type)
          Rotation type.
 

Field Detail

IID2f2047a6_42bd_11d2_aafd_00c04fa334b3

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

getRotationField

java.lang.String getRotationField()
                                  throws java.io.IOException,
                                         AutomationException
Rotation field.

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

setRotationField

void setRotationField(java.lang.String fieldName)
                      throws java.io.IOException,
                             AutomationException
Rotation field.

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

getRotationType

int getRotationType()
                    throws java.io.IOException,
                           AutomationException
Rotation type.

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

setRotationType

void setRotationType(int type)
                     throws java.io.IOException,
                            AutomationException
Rotation type.

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