Click or drag to resize

ReprojectionServiceOptions Class

Encapsulates the options for ReprojectionService.
Inheritance Hierarchy
SystemObject
  Ptv.XServer.Controls.Map.Tools.ReprojectionReprojectionServiceOptions

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 ReprojectionServiceOptions

The ReprojectionServiceOptions type exposes the following members.

Constructors
  NameDescription
Public methodReprojectionServiceOptions
Creates and initializes an instance ReprojectionServiceOptions.
Top
Properties
  NameDescription
Public propertySourceBoundsSupportingPoints
Gets or sets the number of the supporting points that are used when determining the source bounding box.
Public propertySourceSizeFactor
Gets or sets the factor used for determining the size of the images requested from the inner map service.
Top
Extension Methods
  NameDescription
Public Extension MethodToJson
Converts an object to a JSON string representation.
(Defined by JSONWriter.)
Top
See Also