| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.datasourcesraster.DblRect
public class DblRect
A simple rectangle class.
DblRect object is not intended to be used by developers.
| Constructor Summary | |
|---|---|
DblRect()
Constructs a DblRect using ArcGIS Engine.  | 
|
DblRect(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.  DblRect theDblRect = (DblRect) obj; | 
|
| Method Summary | |
|---|---|
 void | 
convert2Env(IEnvelope env)
Set ESRI's Envelope Object from a rectangle.  | 
 boolean | 
equals(Object o)
Compare this object with another  | 
static String | 
getClsid()
getClsid.  | 
 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.  | 
 int | 
hashCode()
the hashcode for this object  | 
 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.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait | 
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef | 
|---|
getJintegraDispatch, release | 
| Constructor Detail | 
|---|
public DblRect()
        throws IOException,
               UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problemspublic DblRect(Object obj)
        throws IOException
 DblRect theDblRect = (DblRect) obj;
obj to DblRect.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail | 
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic double getXMax()
               throws IOException,
                      AutomationException
getXMax in interface IRectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public void setXMax(double pVal)
             throws IOException,
                    AutomationException
setXMax in interface IRectpVal - The pVal  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public double getXMin()
               throws IOException,
                      AutomationException
getXMin in interface IRectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public void setXMin(double pVal)
             throws IOException,
                    AutomationException
setXMin in interface IRectpVal - The pVal  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public double getYMax()
               throws IOException,
                      AutomationException
getYMax in interface IRectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public void setYMax(double pVal)
             throws IOException,
                    AutomationException
setYMax in interface IRectpVal - The pVal  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public double getYMin()
               throws IOException,
                      AutomationException
getYMin in interface IRectIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public void setYMin(double pVal)
             throws IOException,
                    AutomationException
setYMin in interface IRectpVal - The pVal  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public void set2Env(IEnvelope env)
             throws IOException,
                    AutomationException
set2Env in interface IRectenv - A reference to a com.esri.arcgis.geometry.IEnvelope  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public void convert2Env(IEnvelope env)
                 throws IOException,
                        AutomationException
convert2Env in interface IRectenv - 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 All Classes | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||