Provides access to members that control an image tie point operation.
Members
Name | Description | |
---|---|---|
AddPoints | Adds a list of match points. | |
Compute | Computes tiepoints. | |
Init | Initializes a tie point collection with a tie point table. | |
SaveTo | Saves all tie points to a given tie point table. |
ITiePointOperation.AddPoints Method
Adds a list of match points.
Public Sub AddPoints ( _
ByVal pMatchPoints As IImageMatchPoints _
)
public void AddPoints (
IImageMatchPoints pMatchPoints
);
ITiePointOperation.Compute Method
Computes tiepoints.
Public Sub Compute ( _
ByVal pCatalog As Object, _
ByVal pQueryFilter As IQueryFilter, _
ByVal pTiePoints As ITable _
)
public void Compute (
object pCatalog,
IQueryFilter pQueryFilter,
ITable pTiePoints
);
ITiePointOperation.Init Method
Initializes a tie point collection with a tie point table.
Public Sub Init ( _
ByVal pTiePoints As ITable _
)
public void Init (
ITable pTiePoints
);
ITiePointOperation.SaveTo Method
Saves all tie points to a given tie point table.
Public Sub SaveTo ( _
ByVal pTiePoints As ITable _
)
public void SaveTo (
ITable pTiePoints
);
Classes that implement ITiePointOperation
Classes | Description |
---|---|
TiePointCollection | The Image Tie point collection class. |