*type, double *defaultval );
%clear (char **usrname);
%clear (char **type);
Diaren wrote:
>
> Problem is I don't know the first thing about how swig works... and If I
> modify the OPTGetParameterList to use CPLStrdup or something, then that
> will cause problems for other code whi
Further to that the same problem will most likely exist with
CSharp_GetProjectionMethodParamInfo...
Diaren wrote:
>
> Hi I've been building a projection dialog box in C# Windows, and have come
> across a bug/problem with the generated swig wrappers for
> GetProjectionMe
Hi I've been building a projection dialog box in C# Windows, and have come
across a bug/problem with the generated swig wrappers for
GetProjectionMethodParameterList / OPTGetParameterList. The problem is that
the generated Swig Wrapper osr_wrap.cpp frees the Username passed back from
OPTGetParamet
Frank Warmerdam wrote:
>
> I will mention the rarely used OPT functions:
>
> char CPL_DLL ** OPTGetProjectionMethods();
> char CPL_DLL ** OPTGetParameterList( const char * pszProjectionMethod,
> char ** ppszUserName );
> int CPL_DLL OPTGetParameterInfo( const char
Using the SWIG C# libraries I'm attemtping to build a projected/Geographic
SpatialReference creation/edit dialog like you see in various GIS
applications, which has as the main components:
Projection Method
Projection Parameters
Datum
Edit Datum -> Ellipsoid, 3/7 Parameter Transformation paramete
Using the SWIG C# libraries I'm attemtping to build a projected/Geographic
SpatialReference creation/edit dialog like you see in various GIS
applications, which has as the main components:
Projection Method
Projection Parameters
Datum
Edit Datum -> Ellipsoid, 3/7 Parameter Transformation paramete