public interface IImageMatchPoints
extends java.io.Serializable
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 =
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDf690343b_abbd_418b_b135_0ef2602840fb |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
static final int IIDf690343b_abbd_418b_b135_0ef2602840fb
static final int xxDummy
static final java.lang.String IID
int getCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.IImageMatchPoint getElement(int index) throws java.io.IOException, AutomationException
index - The index (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void remove(int index)
throws java.io.IOException,
AutomationException
index - The index (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void removeAll()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void add(IImageMatchPoint pMatchPoint) throws java.io.IOException, AutomationException
pMatchPoint - A reference to a com.esri.arcgis.datasourcesraster.IImageMatchPoint (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void insert(int index,
IImageMatchPoint pMatchPoint)
throws java.io.IOException,
AutomationException
index - The index (in)pMatchPoint - A reference to a com.esri.arcgis.datasourcesraster.IImageMatchPoint (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getFromImageID()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setFromImageID(int pImageID)
throws java.io.IOException,
AutomationException
pImageID - The pImageID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getToImageID()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setToImageID(int pImageID)
throws java.io.IOException,
AutomationException
pImageID - The pImageID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.