Click or drag to resize

CIPJCopyProjection Method

Copy the projection from one IPJ to another

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public void CopyProjection(
	CIPJ ip_jd
)

public void CopyProjection(
	CIPJ ip_jd
)

Parameters

ip_jd
Type: GeoEngine.Core.GXNetCIPJ
Source
Remarks
Copies the projection parameters, while leaving the rest (e.g. Datum, Local Datum Transform) unchanged.
See Also