Example #1
0
 public static extern System.Int32 SE_layerinfo_create(SE_COORDREF coordref, ref SE_LAYERINFO layer);
Example #2
0
 public static extern System.Int32 SE_coordref_get_description(SE_COORDREF coordref, [MarshalAs(UnmanagedType.LPArray)] byte[] description);
Example #3
0
 public static extern System.Int32 SE_coordref_get_srid(SE_COORDREF coordref, ref System.Int32 srid);
Example #4
0
 public static extern System.Int32 SE_coordref_get_xy_envelope(SE_COORDREF coordref, ref SE_ENVELOPE extent);
Example #5
0
 public static extern void SE_coordref_free(SE_COORDREF coordref);
Example #6
0
 public static extern System.Int32 SE_coordref_create(ref SE_COORDREF coordref);
Example #7
0
 public static extern System.Int32 SE_shape_create(SE_COORDREF coordref, ref SE_SHAPE shape);
Example #8
0
 public static extern System.Int32 SE_layerinfo_get_coordref(SE_LAYERINFO layer, SE_COORDREF coordref);