com.esri.arcgis.schematic
Interface ISchematicInMemoryFeatureRotation

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISchematicInMemoryFeatureRotationProxy, SchematicInMemoryFeatureNode, SchematicInMemoryFeatureNodeOnLink

public interface ISchematicInMemoryFeatureRotation
extends java.io.Serializable

COM Interface 'ISchematicInMemoryFeatureRotation'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSchematic.olb'

Description: 'Provides access to members that manage the schematic in memory feature rotation.' 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 IID16f56067_00c5_433a_aca7_d9b3e8f247c9
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 double getInitialRotation()
          Initial rotation of the schematic in memory feature.
 double getRotation()
          Rotation of the schematic in memory feature.
 void setRotation(double angle)
          Rotation of the schematic in memory feature.
 

Field Detail

IID16f56067_00c5_433a_aca7_d9b3e8f247c9

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

getRotation

double getRotation()
                   throws java.io.IOException,
                          AutomationException
Rotation of the schematic in memory feature.

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

setRotation

void setRotation(double angle)
                 throws java.io.IOException,
                        AutomationException
Rotation of the schematic in memory feature.

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

getInitialRotation

double getInitialRotation()
                          throws java.io.IOException,
                                 AutomationException
Initial rotation of the schematic in memory feature.

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