| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.datasourcesraster.ImageFeaturePoints
public class ImageFeaturePoints
The Image Feature Point collection class.
| Constructor Summary | |
|---|---|
ImageFeaturePoints()
Constructs a ImageFeaturePoints using ArcGIS Engine.  | 
|
ImageFeaturePoints(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.  ImageFeaturePoints theImageFeaturePoints = (ImageFeaturePoints) obj; | 
|
| Method Summary | |
|---|---|
 void | 
add(IImageFeaturePoint pFeaturePoint)
Adds a image feature point.  | 
 boolean | 
equals(Object o)
Compare this object with another  | 
 IPnt | 
getCellSize()
The cell size at which feature points are extracted.  | 
static String | 
getClsid()
getClsid.  | 
 int | 
getCount()
The image feature point count.  | 
 IImageFeaturePoint | 
getElement(int index)
The image feature point at the specified position.  | 
 IEnvelope | 
getExtent()
The extent within which feature points are extracted.  | 
 int | 
getImageID()
The feature points' image ID.  | 
 int | 
hashCode()
the hashcode for this object  | 
 void | 
insert(int index,
       IImageFeaturePoint pFeaturePoint)
Adds a image feature point at the specified position.  | 
 void | 
mapToPixel(IImageFeaturePoint pFeaturePoint,
           double[] column,
           double[] row)
Converts a feature point's location from map (x, y) to pixel (colum, row).  | 
 void | 
pixelToMap(double column,
           double row,
           IImageFeaturePoint pFeaturePoint)
Converts a feature point's location from pixel (colum, row) to map (x, y).  | 
 void | 
remove(int index)
Removes the image feature point at the specified position.  | 
 void | 
removeAll()
Removes all image feature points.  | 
 void | 
setCellSize(IPnt ppCellsize)
The cell size at which feature points are extracted.  | 
 void | 
setExtent(IEnvelope ppExtent)
The extent within which feature points are extracted.  | 
 void | 
setImageID(int pImageID)
The feature points' image ID.  | 
| 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 ImageFeaturePoints()
                   throws IOException,
                          UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public ImageFeaturePoints(Object obj)
                   throws IOException
 ImageFeaturePoints theImageFeaturePoints = (ImageFeaturePoints) obj;
obj to ImageFeaturePoints.
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 Object
public int getCount()
             throws IOException,
                    AutomationException
getCount in interface IImageFeaturePointsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IImageFeaturePoint getElement(int index)
                              throws IOException,
                                     AutomationException
getElement in interface IImageFeaturePointsindex - The index  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void remove(int index)
            throws IOException,
                   AutomationException
remove in interface IImageFeaturePointsindex - The index  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void removeAll()
               throws IOException,
                      AutomationException
removeAll in interface IImageFeaturePointsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void add(IImageFeaturePoint pFeaturePoint)
         throws IOException,
                AutomationException
add in interface IImageFeaturePointspFeaturePoint - A reference to a com.esri.arcgis.datasourcesraster.IImageFeaturePoint  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void insert(int index,
                   IImageFeaturePoint pFeaturePoint)
            throws IOException,
                   AutomationException
insert in interface IImageFeaturePointsindex - The index  (in)pFeaturePoint - A reference to a com.esri.arcgis.datasourcesraster.IImageFeaturePoint  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getImageID()
               throws IOException,
                      AutomationException
getImageID in interface IImageFeaturePointsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setImageID(int pImageID)
                throws IOException,
                       AutomationException
setImageID in interface IImageFeaturePointspImageID - The pImageID  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnvelope getExtent()
                    throws IOException,
                           AutomationException
getExtent in interface IImageFeaturePointsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setExtent(IEnvelope ppExtent)
               throws IOException,
                      AutomationException
setExtent in interface IImageFeaturePointsppExtent - 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 IPnt getCellSize()
                 throws IOException,
                        AutomationException
getCellSize in interface IImageFeaturePointsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCellSize(IPnt ppCellsize)
                 throws IOException,
                        AutomationException
setCellSize in interface IImageFeaturePointsppCellsize - A reference to a com.esri.arcgis.geodatabase.IPnt  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void mapToPixel(IImageFeaturePoint pFeaturePoint,
                       double[] column,
                       double[] row)
                throws IOException,
                       AutomationException
mapToPixel in interface IImageFeaturePointspFeaturePoint - A reference to a com.esri.arcgis.datasourcesraster.IImageFeaturePoint  (in)column - The column  (out: use single element array)row - The row  (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void pixelToMap(double column,
                       double row,
                       IImageFeaturePoint pFeaturePoint)
                throws IOException,
                       AutomationException
pixelToMap in interface IImageFeaturePointscolumn - The column  (in)row - The row  (in)pFeaturePoint - A reference to a com.esri.arcgis.datasourcesraster.IImageFeaturePoint  (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 | ||||||||