|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRect
Provides access to members that control a rectangle.
This interface is not intended to be used by outside developers.
Method Summary | |
---|---|
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. |
Method Detail |
---|
double getXMax() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setXMax(double pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getXMin() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setXMin(double pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getYMax() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setYMax(double pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getYMin() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setYMin(double pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void set2Env(IEnvelope env) throws IOException, AutomationException
env
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void convert2Env(IEnvelope env) throws IOException, AutomationException
env
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |