[]
Initializes a new MercatorProjection.
public MercatorProjection()
Initializes a new MercatorProjection.
public MercatorProjection(double scaleX, double scaleY, double offsetX, double offsetY)
Type | Name | Description |
---|---|---|
double | scaleX | Scale applied to the x coordinate after the projection. |
double | scaleY | Scale applied to the y coordinate after the projection. |
double | offsetX | Offset added to the x coordinate after the projection and after scaling. |
double | offsetY | Offset added to the y coordinate after the projection and after scaling. |