PolynomialProjection.GeoreferencedPoints Property
Gets the collection of ground control points, expressed in the Projection projection.
Syntax
public PointCollection GeoreferencedPoints { get; }
Property Value
Default: Must be specified in constructor.
The read-only collection of ground control points, expressed in the Projection projection.
Remarks
The GeoreferencedPoints must be expressed in some known Crs, which is based on some Projection and some GeodeticDatum.
The projection should be used as the Projection when constructing the PolynomialProjection.
The geodetic datum should be used for the new Crs that uses the PolynomialProjection.
Platforms
Windows, Linux, Android