public interface IRect
extends java.io.Serializable
Description: 'Provides access to members that control a rectangle.' 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 |
IIDa10a39e8_b9ca_11d2_8e30_00a0249480f0 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
void |
convert2Env(IEnvelope env)
Set Esri's Envelope Object from a rectangle.
|
double |
getXMax()
Maximum X value of the rectangle.
|
double |
getXMin()
Minimum X value of the rectangle.
|
double |
getYMax()
Maximum Y value of the rectangle.
|
double |
getYMin()
Minimum Y value of the rectangle.
|
void |
set2Env(IEnvelope env)
Reset from Esri's Envelope Object.
|
void |
setXMax(double pVal)
Maximum X value of the rectangle.
|
void |
setXMin(double pVal)
Minimum X value of the rectangle.
|
void |
setYMax(double pVal)
Maximum Y value of the rectangle.
|
void |
setYMin(double pVal)
Minimum Y value of the rectangle.
|
static final int IIDa10a39e8_b9ca_11d2_8e30_00a0249480f0
static final int xxDummy
static final java.lang.String IID
double getXMax()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setXMax(double pVal)
throws java.io.IOException,
AutomationException
pVal - The pVal (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.double getXMin()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setXMin(double pVal)
throws java.io.IOException,
AutomationException
pVal - The pVal (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.double getYMax()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setYMax(double pVal)
throws java.io.IOException,
AutomationException
pVal - The pVal (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.double getYMin()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setYMin(double pVal)
throws java.io.IOException,
AutomationException
pVal - The pVal (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void set2Env(IEnvelope env) throws java.io.IOException, AutomationException
env - A reference to a com.esri.arcgis.geometry.IEnvelope (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void convert2Env(IEnvelope env) throws java.io.IOException, AutomationException
env - A reference to a com.esri.arcgis.geometry.IEnvelope (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.