com.esri.arcgis.datasourcesraster
Class ImageMatchPoints

java.lang.Object
  extended by com.esri.arcgis.datasourcesraster.ImageMatchPoints
All Implemented Interfaces:
IImageMatchPoints, com.esri.arcgis.interop.RemoteObjRef, Serializable

public class ImageMatchPoints
extends Object
implements com.esri.arcgis.interop.RemoteObjRef, IImageMatchPoints

The Image Match Point collection class.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

Constructor Summary
ImageMatchPoints()
          Constructs a ImageMatchPoints using ArcGIS Engine.
ImageMatchPoints(Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
ImageMatchPoints theImageMatchPoints = (ImageMatchPoints) obj;
 
Method Summary
 void add(IImageMatchPoint pMatchPoint)
          Adds a image match point.
 boolean equals(Object o)
          Compare this object with another
static String getClsid()
          getClsid.
 int getCount()
          The image match point count.
 IImageMatchPoint getElement(int index)
          The image match point at the specified position.
 int getFromImageID()
          The match points' From image ID.
 int getToImageID()
          The match points' To image ID.
 int hashCode()
          the hashcode for this object
 void insert(int index, IImageMatchPoint pMatchPoint)
          Adds a image match point at the specified position.
 void remove(int index)
          Removes the image match point at the specified position.
 void removeAll()
          Removes all image match points.
 void setFromImageID(int pImageID)
          The match points' From image ID.
 void setToImageID(int pImageID)
          The match points' To 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

ImageMatchPoints

public ImageMatchPoints()
                 throws IOException,
                        UnknownHostException
Constructs a ImageMatchPoints using ArcGIS Engine.

Throws:
IOException - if there are interop problems
UnknownHostException - if there are interop problems

ImageMatchPoints

public ImageMatchPoints(Object obj)
                 throws IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
ImageMatchPoints theImageMatchPoints = (ImageMatchPoints) obj;

Construct a ImageMatchPoints using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to ImageMatchPoints.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
IOException - if there are interop problems
Method Detail

getClsid

public static String getClsid()
getClsid.


equals

public boolean equals(Object o)
Compare this object with another

Overrides:
equals in class Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class Object

getCount

public int getCount()
             throws IOException,
                    AutomationException
The image match point count.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getCount in interface IImageMatchPoints
Returns:
The pCount
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getElement

public IImageMatchPoint getElement(int index)
                            throws IOException,
                                   AutomationException
The image match point at the specified position.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getElement in interface IImageMatchPoints
Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.datasourcesraster.IImageMatchPoint
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

remove

public void remove(int index)
            throws IOException,
                   AutomationException
Removes the image match point at the specified position.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
remove in interface IImageMatchPoints
Parameters:
index - The index (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeAll

public void removeAll()
               throws IOException,
                      AutomationException
Removes all image match points.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
removeAll in interface IImageMatchPoints
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

add

public void add(IImageMatchPoint pMatchPoint)
         throws IOException,
                AutomationException
Adds a image match point.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
add in interface IImageMatchPoints
Parameters:
pMatchPoint - A reference to a com.esri.arcgis.datasourcesraster.IImageMatchPoint (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

insert

public void insert(int index,
                   IImageMatchPoint pMatchPoint)
            throws IOException,
                   AutomationException
Adds a image match point at the specified position.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
insert in interface IImageMatchPoints
Parameters:
index - The index (in)
pMatchPoint - A reference to a com.esri.arcgis.datasourcesraster.IImageMatchPoint (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFromImageID

public int getFromImageID()
                   throws IOException,
                          AutomationException
The match points' From image ID.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getFromImageID in interface IImageMatchPoints
Returns:
The pImageID
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFromImageID

public void setFromImageID(int pImageID)
                    throws IOException,
                           AutomationException
The match points' From image ID.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setFromImageID in interface IImageMatchPoints
Parameters:
pImageID - The pImageID (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getToImageID

public int getToImageID()
                 throws IOException,
                        AutomationException
The match points' To image ID.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getToImageID in interface IImageMatchPoints
Returns:
The pImageID
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setToImageID

public void setToImageID(int pImageID)
                  throws IOException,
                         AutomationException
The match points' To image ID.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setToImageID in interface IImageMatchPoints
Parameters:
pImageID - The pImageID (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.