IComputePixelAlignmentParameters Interface

Provides access to members that control how pixel alignment of selected mosaic dataset items is computed.

Members

Name Description
Read/write property MaximumCellSize The optional upper limit of the visibility of candidate items allowed to participate in the analysis of pixel alignment. For a selected item to be eligible, it must be visible between MinimumCellSize and MaximumCellSize and it's cell size must also lie within
Read/write property MinimumCellSize The optional lower limit of the visibility of candidate items allowed to participate in the analysis of pixel alignment. For a selected item to be eligible, it must be visible between MinimumCellSize and MaximumCellSize and it's cell size must also lie within
Read/write property Origin The optional origin against which pixel alignment of eligible items is computed. The parameter defaults to the top-left corner of the first eligible item.

IComputePixelAlignmentParameters.MaximumCellSize Property

The optional upper limit of the visibility of candidate items allowed to participate in the analysis of pixel alignment. For a selected item to be eligible, it must be visible between MinimumCellSize and MaximumCellSize and it's cell size must also lie within .

Public Property MaximumCellSize As IPoint
public IPoint MaximumCellSize {get; set;}

IComputePixelAlignmentParameters.MinimumCellSize Property

The optional lower limit of the visibility of candidate items allowed to participate in the analysis of pixel alignment. For a selected item to be eligible, it must be visible between MinimumCellSize and MaximumCellSize and it's cell size must also lie within .

Public Property MinimumCellSize As IPoint
public IPoint MinimumCellSize {get; set;}

IComputePixelAlignmentParameters.Origin Property

The optional origin against which pixel alignment of eligible items is computed. The parameter defaults to the top-left corner of the first eligible item.

Public Property Origin As IPoint
public IPoint Origin {get; set;}

Classes that implement IComputePixelAlignmentParameters

Classes Description
ComputePixelAlignmentParameters An object that controls how pixel alignment of mosaic dataset items is computed.

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