Click or drag to resize

ReprojectionOptions Class

Class encapsulating the options for image re-projection.
Inheritance Hierarchy
SystemObject
  Ptv.XServer.Controls.Map.Tools.ReprojectionReprojectionOptions

Namespace:  Ptv.XServer.Controls.Map.Tools.Reprojection
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public class ReprojectionOptions

The ReprojectionOptions type exposes the following members.

Constructors
  NameDescription
Public methodReprojectionOptions
Creates and initializes an instance of ReprojectionOptions.
Top
Properties
  NameDescription
Public propertyBlockSize
The block size (width/height) for which linear interpolation applies.
Public propertyDegreeOfParallelism
Specifies, if not null and > 1, that multi-threading should be used during reprojection.
Public propertyInterpolationMode
Controls the interpolation mode when re-projecting pixels.
Top
Extension Methods
  NameDescription
Public Extension MethodToJson
Converts an object to a JSON string representation.
(Defined by JSONWriter.)
Top
See Also