|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.datasourcesraster.ImageMatchPoints
public class ImageMatchPoints
The Image Match Point collection class.
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 |
---|
public ImageMatchPoints() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic ImageMatchPoints(Object obj) throws IOException
ImageMatchPoints theImageMatchPoints = (ImageMatchPoints) obj;
obj
to ImageMatchPoints
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public int getCount() throws IOException, AutomationException
getCount
in interface IImageMatchPoints
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IImageMatchPoint getElement(int index) throws IOException, AutomationException
getElement
in interface IImageMatchPoints
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void remove(int index) throws IOException, AutomationException
remove
in interface IImageMatchPoints
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeAll() throws IOException, AutomationException
removeAll
in interface IImageMatchPoints
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void add(IImageMatchPoint pMatchPoint) throws IOException, AutomationException
add
in interface IImageMatchPoints
pMatchPoint
- A reference to a com.esri.arcgis.datasourcesraster.IImageMatchPoint (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void insert(int index, IImageMatchPoint pMatchPoint) throws IOException, AutomationException
insert
in interface IImageMatchPoints
index
- The index (in)pMatchPoint
- A reference to a com.esri.arcgis.datasourcesraster.IImageMatchPoint (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getFromImageID() throws IOException, AutomationException
getFromImageID
in interface IImageMatchPoints
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFromImageID(int pImageID) throws IOException, AutomationException
setFromImageID
in interface IImageMatchPoints
pImageID
- The pImageID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getToImageID() throws IOException, AutomationException
getToImageID
in interface IImageMatchPoints
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setToImageID(int pImageID) throws IOException, AutomationException
setToImageID
in interface IImageMatchPoints
pImageID
- The pImageID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |