public interface ICenterAndSize
extends java.io.Serializable
Description: 'Provides access to the Center And Size 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 |
IID003c322d_e8c1_43e2_8da3_3bcd81fdd2f8 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IPoint |
getCenter()
The center of the map.
|
double |
getHeight()
The height of the map expressed in map units.
|
int |
getUnits()
The current map units.
|
double |
getWidth()
The width of the map expressed in map units.
|
void |
setCenter(IPoint center)
The center of the map.
|
void |
setHeight(double height)
The height of the map expressed in map units.
|
void |
setUnits(int units)
The current map units.
|
void |
setWidth(double width)
The width of the map expressed in map units.
|
static final int IID003c322d_e8c1_43e2_8da3_3bcd81fdd2f8
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 getHeight() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setHeight(double height) throws java.io.IOException, AutomationException
height
- The height (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getWidth() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setWidth(double width) throws java.io.IOException, AutomationException
width
- The width (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getUnits() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setUnits(int units) throws java.io.IOException, AutomationException
units
- A com.esri.arcgis.system.esriUnits constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.