com.esri.arcgis.datasourcesraster
Interface IImageMatchPoints

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IImageMatchPointsProxy, ImageMatchPoints

public interface IImageMatchPoints
extends java.io.Serializable

COM Interface 'IImageMatchPoints'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to the properties of a list of image match points.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDf690343b_abbd_418b_b135_0ef2602840fb
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void add(IImageMatchPoint pMatchPoint)
          Adds a image match point.
 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.
 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.
 

Field Detail

IIDf690343b_abbd_418b_b135_0ef2602840fb

static final int IIDf690343b_abbd_418b_b135_0ef2602840fb
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getCount

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

Returns:
The pCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getElement

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

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

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

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

removeAll

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

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

add

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

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

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

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

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

Returns:
The pImageID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFromImageID

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

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

getToImageID

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

Returns:
The pImageID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setToImageID

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

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