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, java.io.Serializable

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

COM Class 'ImageMatchPoints'. Generated 3/19/2015 1:20:42 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description 'The Image Match Point collection class.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IImageMatchPoints
IID, IIDf690343b_abbd_418b_b135_0ef2602840fb, xxDummy
 
Constructor Summary
ImageMatchPoints()
          Constructs a ImageMatchPoints using ArcGIS Engine.
ImageMatchPoints(java.lang.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(java.lang.Object o)
          Compare this object with another
static java.lang.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.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 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 release()
          Release a ImageMatchPoints.
 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
 

Constructor Detail

ImageMatchPoints

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

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

ImageMatchPoints

public ImageMatchPoints(java.lang.Object obj)
                 throws java.io.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:
java.io.IOException - if there are interop problems
Method Detail

getClsid

public static java.lang.String getClsid()
getClsid.


equals

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

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a ImageMatchPoints.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

getCount

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

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

getElement

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

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

remove

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

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

removeAll

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

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

add

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

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

insert

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

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

getFromImageID

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

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

setFromImageID

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

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

getToImageID

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

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

setToImageID

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

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