ITiePointOperation Interface

Provides access to members that control an image tie point operation.

Members

Name Description
Method AddPoints Adds a list of match points.
Method Compute Computes tiepoints.
Method Init Initializes a tie point collection with a tie point table.
Method 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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.