14using System.Runtime.InteropServices;
18 private Object locker =
new Object();
19 private HandleRef swigCPtr;
21 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
24 swigCPtr =
new HandleRef(
this, cPtr);
26 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
28 return (obj ==
null) ?
new HandleRef(
null, IntPtr.Zero) : obj.swigCPtr;
37 global::System.GC.SuppressFinalize(
this);
40 protected virtual void Dispose(
bool disposing) {
42 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
47 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
null, global::System.IntPtr.Zero);
virtual void Dispose(bool disposing)
void setName(String strName)
void setDescription(String strDesc)
void setPolarRadius(double dRadius)
OdDgGeoDataEllipsoid(IntPtr cPtr, bool cMemoryOwn)
static HandleRef getCPtr(OdDgGeoDataEllipsoid obj)
void setEquatorialRadius(double dRadius)
void setEccentricity(double dValue)
void setSource(String strSource)
double getEquatorialRadius()
static global::System.Exception Retrieve()
static void OdDgGeoDataEllipsoid_setEquatorialRadius(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static double OdDgGeoDataEllipsoid_getEquatorialRadius(global::System.Runtime.InteropServices.HandleRef jarg1)
static String OdDgGeoDataEllipsoid_getDescription(global::System.Runtime.InteropServices.HandleRef jarg1)
static String OdDgGeoDataEllipsoid_getName(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgGeoDataEllipsoid_setSource(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static void OdDgGeoDataEllipsoid_setPolarRadius(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void OdDgGeoDataEllipsoid_setName(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static String OdDgGeoDataEllipsoid_getSource(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_OdDgGeoDataEllipsoid(global::System.Runtime.InteropServices.HandleRef jarg1)
static double OdDgGeoDataEllipsoid_getEccentricity(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgGeoDataEllipsoid_setDescription(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static void OdDgGeoDataEllipsoid_setEccentricity(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static double OdDgGeoDataEllipsoid_getPolarRadius(global::System.Runtime.InteropServices.HandleRef jarg1)