|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPnt
Provides access to members that control a portable point.
The DblPnt object is used by raster objects, including the Raster, RasterBand, and PixelBlock, to specify coordinates or extent information.
| Method Summary | |
|---|---|
void |
convert2Point(IPoint env)
Set Esri's Point Object from Pnt. |
double |
getX()
X coordinate of the point. |
double |
getY()
Y coordinate of the point. |
void |
set2Point(IPoint env)
Reset from Esri's Point Object. |
void |
setCoords(double x,
double y)
Set X and Y coordinates of the point. |
void |
setX(double val)
X coordinate of the point. |
void |
setY(double val)
Y coordinate of the point. |
| Method Detail |
|---|
double getX()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setX(double val)
throws IOException,
AutomationException
val - The val (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getY()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setY(double val)
throws IOException,
AutomationException
val - The val (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCoords(double x,
double y)
throws IOException,
AutomationException
x - The x (in)y - The y (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void set2Point(IPoint env)
throws IOException,
AutomationException
env - A reference to a com.esri.arcgis.geometry.IPoint (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void convert2Point(IPoint env)
throws IOException,
AutomationException
env - A reference to a com.esri.arcgis.geometry.IPoint (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 | ||||||||