|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public double getXMax() throws IOException, AutomationException
getXMax
in interface IRect
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setXMax(double pVal) throws IOException, AutomationException
setXMax
in interface IRect
pVal
- 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 IRect
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setXMin(double pVal) throws IOException, AutomationException
setXMin
in interface IRect
pVal
- 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 IRect
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setYMax(double pVal) throws IOException, AutomationException
setYMax
in interface IRect
pVal
- 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 IRect
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setYMin(double pVal) throws IOException, AutomationException
setYMin
in interface IRect
pVal
- 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 IRect
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.public void convert2Env(IEnvelope env) throws IOException, AutomationException
convert2Env
in interface IRect
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 |