PolynomialProjection.PolynomialProjection Constructors
Initializes a new instance of the PolynomialProjection class.
Overload List
Name | Description | |
---|---|---|
Public method | PolynomialProjection(PointCollection georeferencedPoints, PointCollection imagePoints, System.Int32 polynomialDegree, Projection projection) | Initializes a new instance of the PolynomialProjection class from given control points etc. |
Public method | PolynomialProjection(IEnumerable< Point > georeferencedPoints, IEnumerable< Point > imagePoints, System.Int32 polynomialDegree, Projection projection) | Initializes a new instance of the PolynomialProjection class from given control points etc. |
PolynomialProjection(PointCollection georeferencedPoints, PointCollection imagePoints, System.Int32 polynomialDegree, Projection projection)
Initializes a new instance of the PolynomialProjection class from given control points etc.Syntax
public PolynomialProjection (
PointCollection georeferencedPoints,
PointCollection imagePoints,
System.Int32 polynomialDegree,
Projection projection
)
Parameters
georeferencedPoints
Type: A collection of Point elements.
The georeferenced coordinates of the ground control points.
The georeferenced coordinates of the ground control points.
imagePoints
Type: A collection of Point elements.
The image pixel coordinates of the ground control points.
The image pixel coordinates of the ground control points.
polynomialDegree
Type: System.Int32
The degree of the polynomial (1, 2 or 3).
The degree of the polynomial (1, 2 or 3).
projection
Type: Projection
The map projection used for the georeferencedPoints.
The map projection used for the georeferencedPoints.
PolynomialProjection(IEnumerable< Point > georeferencedPoints, IEnumerable< Point > imagePoints, System.Int32 polynomialDegree, Projection projection)
Initializes a new instance of the PolynomialProjection class from given control points etc.Syntax
public PolynomialProjection (
IEnumerable< Point > georeferencedPoints,
IEnumerable< Point > imagePoints,
System.Int32 polynomialDegree,
Projection projection
)
Parameters
georeferencedPoints
Type: A collection of Point elements.
The georeferenced coordinates of the ground control points.
The georeferenced coordinates of the ground control points.
imagePoints
Type: A collection of Point elements.
The image pixel coordinates of the ground control points.
The image pixel coordinates of the ground control points.
polynomialDegree
Type: System.Int32
The degree of the polynomial (1, 2 or 3).
The degree of the polynomial (1, 2 or 3).
projection
Type: Projection
The map projection used for the georeferencedPoints.
The map projection used for the georeferencedPoints.
Platforms
Windows, Linux, Android