com.esri.arcgis.carto
Interface ICenterAndScale

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CenterAndScale, ICenterAndScaleProxy

public interface ICenterAndScale
extends java.io.Serializable

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

Description: 'Provides access to the Center And Scale Map Area Interface.' 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 IID2a76d265_278e_4521_99ae_37c31f23b968
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IPoint getCenter()
          The center of the map.
 double getMapScale()
          The map scale.
 void setCenter(IPoint center)
          The center of the map.
 void setMapScale(double scale)
          The map scale.
 

Field Detail

IID2a76d265_278e_4521_99ae_37c31f23b968

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

getCenter

IPoint getCenter()
                 throws java.io.IOException,
                        AutomationException
The center of the map.

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

setCenter

void setCenter(IPoint center)
               throws java.io.IOException,
                      AutomationException
The center of the map.

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

getMapScale

double getMapScale()
                   throws java.io.IOException,
                          AutomationException
The map scale.

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

setMapScale

void setMapScale(double scale)
                 throws java.io.IOException,
                        AutomationException
The map scale.

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