Ticket #2188 (new defect)

Opened 6 months ago

Last modified 5 months ago

Expose OGR SpatialReference.SetLinearUnitsAndUpdateParameters() to C#

Reported by: markcheyne Assigned to: warmerdam
Priority: normal Milestone: 1.6.0
Component: SWIG (all bindings) Version: unspecified
Severity: normal Keywords:
Cc: tamas

Description

The method exists on the native class (http://www.gdal.org/ogr/classOGRSpatialReference.html#daab3d6e836f93974022bd78e221c4b4)

But it is not visible in the C# wrap.

Thank you Tamas, et. al. !

Change History

02/01/08 15:14:27 changed by rouault

  • owner changed from warmerdam to tamas.
  • component changed from default to CSharpBindings.

02/06/08 15:30:57 changed by warmerdam

  • owner changed from tamas to warmerdam.
  • cc set to tamas.
  • component changed from CSharpBindings to SWIG (all bindings).
  • milestone set to 1.6.0.

I see this method is not even exposed to the C API. I do not feel comfortable about extending the C and swig apis in the 1.5 branch without fairly careful consideration. However, I will address this in the C API and generic swig level myself in trunk.