|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITiePointCollection
COM Interface 'ITiePointCollection'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID7467babc_08f2_4696_97ac_1c3a6798c2f4
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
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. |
Field Detail |
---|
static final int IID7467babc_08f2_4696_97ac_1c3a6798c2f4
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |