|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.datasourcesraster.TiePointCollection
public class TiePointCollection
The Image Tie point collection class.
| Constructor Summary | |
|---|---|
TiePointCollection()
Constructs a TiePointCollection using ArcGIS Engine. |
|
TiePointCollection(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. TiePointCollection theTiePointCollection = (TiePointCollection) obj; |
|
| Method Summary | |
|---|---|
void |
add(ITiePoint pPoint)
Adds an image tie point. |
void |
addPoints(IImageMatchPoints pMatchPoints)
Adds a list of match points. |
void |
append(ITiePoint pPoint)
Appends an image tie point. |
void |
compute(Object pCatalog,
IQueryFilter pQueryFilter,
ITable pTiePoints)
Computes tiepoints. |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
int |
getCount()
The image tie point count. |
ITiePoint |
getPoint(int index)
The image tie point at the specified position. |
int |
hashCode()
the hashcode for this object |
void |
init(ITable pTiePoints)
Initializes a tie point collection with a tie point table. |
void |
insert(int index,
ITiePoint pPoint)
Inserts an image tie point after the specified position. |
void |
remove(int index)
Removes the image tie point at the specified position. |
void |
removeAll()
Removes all image tie points. |
void |
replace(int index,
ITiePoint pPoint)
Replaces an image tie point at the specified position. |
void |
saveTo(ITable pTiePoints)
Saves all tie points to a given tie point table. |
| 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 TiePointCollection()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public TiePointCollection(Object obj)
throws IOException
TiePointCollection theTiePointCollection = (TiePointCollection) obj;
obj to TiePointCollection.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public int getCount()
throws IOException,
AutomationException
getCount in interface ITiePointCollectionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ITiePoint getPoint(int index)
throws IOException,
AutomationException
getPoint in interface ITiePointCollectionindex - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void append(ITiePoint pPoint)
throws IOException,
AutomationException
append in interface ITiePointCollectionpPoint - A reference to a com.esri.arcgis.datasourcesraster.ITiePoint (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void replace(int index,
ITiePoint pPoint)
throws IOException,
AutomationException
replace in interface ITiePointCollectionindex - The index (in)pPoint - A reference to a com.esri.arcgis.datasourcesraster.ITiePoint (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void insert(int index,
ITiePoint pPoint)
throws IOException,
AutomationException
insert in interface ITiePointCollectionindex - The index (in)pPoint - A reference to a com.esri.arcgis.datasourcesraster.ITiePoint (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 ITiePointCollectionindex - 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 ITiePointCollectionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void add(ITiePoint pPoint)
throws IOException,
AutomationException
add in interface ITiePointCollectionpPoint - A reference to a com.esri.arcgis.datasourcesraster.ITiePoint (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void init(ITable pTiePoints)
throws IOException,
AutomationException
init in interface ITiePointOperationpTiePoints - A reference to a com.esri.arcgis.geodatabase.ITable (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void saveTo(ITable pTiePoints)
throws IOException,
AutomationException
saveTo in interface ITiePointOperationpTiePoints - A reference to a com.esri.arcgis.geodatabase.ITable (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void addPoints(IImageMatchPoints pMatchPoints)
throws IOException,
AutomationException
addPoints in interface ITiePointOperationpMatchPoints - A reference to a com.esri.arcgis.datasourcesraster.IImageMatchPoints (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void compute(Object pCatalog,
IQueryFilter pQueryFilter,
ITable pTiePoints)
throws IOException,
AutomationException
compute in interface ITiePointOperationpCatalog - A reference to another Object (IUnknown) (in)pQueryFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)pTiePoints - A reference to a com.esri.arcgis.geodatabase.ITable (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 | ||||||||