public interface ITiePointCollection
extends java.io.Serializable
Description: 'Provides access to members that control an image tie point collection.' 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 |
IID7467babc_08f2_4696_97ac_1c3a6798c2f4 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
add(ITiePoint pPoint)
Adds an image tie point.
|
void |
append(ITiePoint pPoint)
Appends an image tie point.
|
int |
getCount()
The image tie point count.
|
ITiePoint |
getPoint(int index)
The image tie point at the specified position.
|
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.
|
static final int IID7467babc_08f2_4696_97ac_1c3a6798c2f4
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.ITiePoint getPoint(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 append(ITiePoint pPoint) throws java.io.IOException, AutomationException
pPoint
- A reference to a com.esri.arcgis.datasourcesraster.ITiePoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void replace(int index, ITiePoint pPoint) throws java.io.IOException, AutomationException
index
- The index (in)pPoint
- A reference to a com.esri.arcgis.datasourcesraster.ITiePoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void insert(int index, ITiePoint pPoint) throws java.io.IOException, AutomationException
index
- The index (in)pPoint
- A reference to a com.esri.arcgis.datasourcesraster.ITiePoint (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(ITiePoint pPoint) throws java.io.IOException, AutomationException
pPoint
- A reference to a com.esri.arcgis.datasourcesraster.ITiePoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.