com.esri.arcgis.datasourcesraster
Interface ITiePointCollection

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITiePointCollectionProxy, TiePointCollection

public interface ITiePointCollection
extends java.io.Serializable

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

IID7467babc_08f2_4696_97ac_1c3a6798c2f4

static final int IID7467babc_08f2_4696_97ac_1c3a6798c2f4
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getCount

int getCount()
             throws java.io.IOException,
                    AutomationException
The image tie point count.

Returns:
The pCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPoint

ITiePoint getPoint(int index)
                   throws java.io.IOException,
                          AutomationException
The image tie point at the specified position.

Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.datasourcesraster.ITiePoint
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

append

void append(ITiePoint pPoint)
            throws java.io.IOException,
                   AutomationException
Appends an image tie point.

Parameters:
pPoint - A reference to a com.esri.arcgis.datasourcesraster.ITiePoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

replace

void replace(int index,
             ITiePoint pPoint)
             throws java.io.IOException,
                    AutomationException
Replaces an image tie point at the specified position.

Parameters:
index - The index (in)
pPoint - A reference to a com.esri.arcgis.datasourcesraster.ITiePoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

insert

void insert(int index,
            ITiePoint pPoint)
            throws java.io.IOException,
                   AutomationException
Inserts an image tie point after the specified position.

Parameters:
index - The index (in)
pPoint - A reference to a com.esri.arcgis.datasourcesraster.ITiePoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

remove

void remove(int index)
            throws java.io.IOException,
                   AutomationException
Removes the image tie point at the specified position.

Parameters:
index - The index (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeAll

void removeAll()
               throws java.io.IOException,
                      AutomationException
Removes all image tie points.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

add

void add(ITiePoint pPoint)
         throws java.io.IOException,
                AutomationException
Adds an image tie point.

Parameters:
pPoint - A reference to a com.esri.arcgis.datasourcesraster.ITiePoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.