|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 problemspublic 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 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 ITiePointCollection
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITiePoint getPoint(int index) throws IOException, AutomationException
getPoint
in interface ITiePointCollection
index
- 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 ITiePointCollection
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 replace(int index, ITiePoint pPoint) throws IOException, AutomationException
replace
in interface ITiePointCollection
index
- 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 ITiePointCollection
index
- 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 ITiePointCollection
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 ITiePointCollection
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void add(ITiePoint pPoint) throws IOException, AutomationException
add
in interface ITiePointCollection
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 init(ITable pTiePoints) throws IOException, AutomationException
init
in interface ITiePointOperation
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.public void saveTo(ITable pTiePoints) throws IOException, AutomationException
saveTo
in interface ITiePointOperation
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.public void addPoints(IImageMatchPoints pMatchPoints) throws IOException, AutomationException
addPoints
in interface ITiePointOperation
pMatchPoints
- 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 ITiePointOperation
pCatalog
- 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 |