public class ImageMatchPoints extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IImageMatchPoints
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 =
IID, IIDf690343b_abbd_418b_b135_0ef2602840fb, xxDummy| Constructor and Description |
|---|
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; |
| Modifier and Type | Method and Description |
|---|---|
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()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
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 this COM object reference
|
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.
|
public ImageMatchPoints()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problemsjava.net.UnknownHostException - if there are interop problemspublic ImageMatchPoints(java.lang.Object obj)
throws java.io.IOException
ImageMatchPoints theImageMatchPoints = (ImageMatchPoints) obj;obj to ImageMatchPoints.obj - an object returned from ArcGIS Engine or Serverjava.io.IOException - if there are interop problemspublic static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRefpublic int getCount()
throws java.io.IOException,
AutomationException
getCount in interface IImageMatchPointsjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IImageMatchPoint getElement(int index) throws java.io.IOException, AutomationException
getElement in interface IImageMatchPointsindex - The index (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void remove(int index)
throws java.io.IOException,
AutomationException
remove in interface IImageMatchPointsindex - The index (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void removeAll()
throws java.io.IOException,
AutomationException
removeAll in interface IImageMatchPointsjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void add(IImageMatchPoint pMatchPoint) throws java.io.IOException, AutomationException
add in interface IImageMatchPointspMatchPoint - 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.public void insert(int index,
IImageMatchPoint pMatchPoint)
throws java.io.IOException,
AutomationException
insert in interface IImageMatchPointsindex - 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.public int getFromImageID()
throws java.io.IOException,
AutomationException
getFromImageID in interface IImageMatchPointsjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setFromImageID(int pImageID)
throws java.io.IOException,
AutomationException
setFromImageID in interface IImageMatchPointspImageID - The pImageID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getToImageID()
throws java.io.IOException,
AutomationException
getToImageID in interface IImageMatchPointsjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setToImageID(int pImageID)
throws java.io.IOException,
AutomationException
setToImageID in interface IImageMatchPointspImageID - The pImageID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.