public interface ICenterAndScale
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID2a76d265_278e_4521_99ae_37c31f23b968 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID2a76d265_278e_4521_99ae_37c31f23b968
static final int xxDummy
static final java.lang.String IID
IPoint getCenter() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCenter(IPoint center) throws java.io.IOException, AutomationException
center
- A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getMapScale() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMapScale(double scale) throws java.io.IOException, AutomationException
scale
- The scale (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.