com.esri.arcgis.carto
Interface IGraphicsLayerScale

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CompositeGraphicsLayer, GraphicsLayerScale, GraphicsSubLayer, IGraphicsLayerScaleProxy

public interface IGraphicsLayerScale
extends java.io.Serializable

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

Description: 'Provides access to members that control the Graphics Layer Scale.' 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 IID85c3dac5_6578_11d3_9fba_00c04f6bc6a5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 double getReferenceScale()
          Reference scale of the layer as a representative fraction.
 int getUnits()
          Units the reference scale is in.
 void setReferenceScale(double pScaleRF)
          Reference scale of the layer as a representative fraction.
 void setUnits(int units)
          Units the reference scale is in.
 

Field Detail

IID85c3dac5_6578_11d3_9fba_00c04f6bc6a5

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

getReferenceScale

double getReferenceScale()
                         throws java.io.IOException,
                                AutomationException
Reference scale of the layer as a representative fraction.

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

setReferenceScale

void setReferenceScale(double pScaleRF)
                       throws java.io.IOException,
                              AutomationException
Reference scale of the layer as a representative fraction.

Parameters:
pScaleRF - The pScaleRF (in)
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
Units the reference scale is in.

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 units)
              throws java.io.IOException,
                     AutomationException
Units the reference scale is in.

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.